How do I solve the 7th sum?
List Bloc QA Latest Questions
What’s the fastest way to find divisors of large integer?
Can you create a dynamic 2D pointer that stores user-entered elements as an array and displays it before and after freeing?
You have n balls with random numbers, out of {1, …, k}, where k>=n. The numbers don’t repeat. With these numbers, can you calculate what is k?
How would Brian Bi explain graph data structures to beginners?
How do I split a large array into n number of smaller arrays by using Java (The size of the array is about 5 lakhs.)
How do you algorithmically find all positive integer solutions under 1000 to a3+b3=c3+d3a3+b3=c3+d3a^3 + b^3 = c^3 + d^3?
What is a d-heap data structure?
How do I solve http://www.spoj.com/problems/BUD13TLF/ on SPOJ?
How do I complete queries in O(1) time in the RANGESUM problem on SPOJ? I am a beginner and have been struggling for a few days.
How does one take care of numerical stability of the results while running any ML algorithm?
What is the best approach to guess Arabic diacritics programmatically?
How are machine learning algorithms (written in Python) applied on data residing in a database (say MySQL or MongoDB)?
What are the practical applications of the various algorithms the CS students study in Data Structures?
While finding an Armstrong number in a given range, why has it turned into an infinite loop in the following code?
What is the algorithm to solve an axis cube?
What will be the maximum sum of 44, 42, 40?
The sum of two 2-digit numbers is also a 2-digit number. What is the maximum value of the product of those three 2-digit numbers?
How can I solve 25^n/15 where n=97^98?
Where can a beginner start with data structure and algorithm?