algorithm to find products of a set of primes, in order, greater than x...
Read MoreCalculating sum of geometric series (mod m)...
Read MoreHow does this prime number test in Java work?...
Read MoreProject Euler 10 - Why the first python code runs much faster than the second one?...
Read MoreAverage number of swaps performed in Bubble Sort...
Read MoreHow to write a function f("123")=123+12+23+1+2+3 as a recurrence relationship...
Read MoreMost efficient way to find the last digit of a^b...
Read MoreExpress any odd number greater than 5 as the sum of 3 primes...
Read MoreCalculating number of terms that should be added to get the required sum in series...
Read MoreFind the number of common factors for n numbers excluding "1" as common factor...
Read MoreSPOJ PPATH, Converting a given 4 digit prime to another 4 digit prime...
Read MoreSum of series: a^0+2a^1 + 3*a^2 + 4*a^3 + … + n*a^(n-1) (mod M)...
Read MoreFind amount of pairs of (x,y) where x^k + y^k = n...
Read MoreSum Of Two Squares: Where's My Error?...
Read MoreC# solution for number of ways to choose 2 numbers from different groups of numbers...
Read MoreAlgorithm for finding smallest number with given number of factors...
Read MoreRecursively defined function of two integers in Prolog (partition function)...
Read MoreWeird answer to "What is the smallest number *n* by which the given number *x* must be divided ...
Read MoreMaximum Sum of Factors of Numbers in a given Range...
Read MoreHow can we find maximum spanning tree in complete graph...
Read MoreValue range of unsigned qword (64-Bits) using less bits?...
Read MoreGenerating Diffie-hellman parameters (generator)...
Read MoreFrom 1 to N how many pairs have LCM = N?...
Read MoreNumber of Integer Composition with the number which is in a specific list...
Read MoreProlog program to get an (integer) number as the sum of two integer squares, why does it not work?...
Read MoreFind the value of polynomial at some K different integers, modulo 786433...
Read MoreHow many numbers are there upto N which have digits 2,3,5 and divisible by 2,3,5?...
Read More