Search code examples
Average number of swaps performed in Bubble Sort...


algorithmstatisticscomputer-sciencenumber-theorycomputer-science-theory

Read More
How to write a function f("123")=123+12+23+1+2+3 as a recurrence relationship...


algorithmmathrecursionnumbersnumber-theory

Read More
Most efficient way to find the last digit of a^b...


number-theory

Read More
Express any odd number greater than 5 as the sum of 3 primes...


javaprimesnumber-theorygoldbach-conjecture

Read More
Number of divisiors upto 10^6...


mathfactorizationnumber-theory

Read More
Calculating number of terms that should be added to get the required sum in series...


pythonalgorithmtime-complexityseriesnumber-theory

Read More
Find the number of common factors for n numbers excluding "1" as common factor...


c++algorithmnumber-theory

Read More
SPOJ PPATH, Converting a given 4 digit prime to another 4 digit prime...


mathnumber-theory

Read More
Sum of series: a^0+2a^1 + 3*a^2 + 4*a^3 + … + n*a^(n-1) (mod M)...


c++algorithmnumber-theory

Read More
Determining coefficient of x^m term in (x^2 + x + 1)^n is even or odd...


algorithmmathalgebranumber-theorymodulo

Read More
Finding period of a sequence...


arraysalgorithmcomputer-sciencenumber-theoryperiod

Read More
Find amount of pairs of (x,y) where x^k + y^k = n...


algorithmmathnumber-theory

Read More
Sum Of Two Squares: Where's My Error?...


algorithmhaskellnumber-theory

Read More
C# solution for number of ways to choose 2 numbers from different groups of numbers...


c#algorithmdata-structurestime-complexitynumber-theory

Read More
finding a^b^c^... mod m...


algorithmmathnumber-theory

Read More
Algorithm for finding smallest number with given number of factors...


algorithmnumbersnumber-theory

Read More
Recursively defined function of two integers in Prolog (partition function)...


recursionprolognumber-theory

Read More
Weird answer to "What is the smallest number *n* by which the given number *x* must be divided ...


algorithmnumber-theory

Read More
Maximum Sum of Factors of Numbers in a given Range...


c++algorithmdata-structuresnumber-theoryfactorization

Read More
How can we find maximum spanning tree in complete graph...


algorithmgraphgraph-algorithmgraph-theorynumber-theory

Read More
Value range of unsigned qword (64-Bits) using less bits?...


c++assemblybinarycompressionnumber-theory

Read More
Generating Diffie-hellman parameters (generator)...


algorithmcryptographynumber-theorydiffie-hellman

Read More
From 1 to N how many pairs have LCM = N?...


algorithmnumber-theorylcm

Read More
Number of Integer Composition with the number which is in a specific list...


algorithmhaskellmathnumber-theoryinteger-partition

Read More
Prolog program to get an (integer) number as the sum of two integer squares, why does it not work?...


prolognumbersclpfdnumber-theorylogical-purity

Read More
Find the value of polynomial at some K different integers, modulo 786433...


c++number-theory

Read More
How many numbers are there upto N which have digits 2,3,5 and divisible by 2,3,5?...


algorithmprime-factoringnumber-theory

Read More
Can the prime-counting function and product of consecutive primes be calculated in polynomial time?...


algorithmtime-complexitycomputation-theoryspace-complexitynumber-theory

Read More
How to find Consecutive Numbers Among multiple Arrays?...


arraysralgorithmpermutationnumber-theory

Read More
Code that maps numbers from one number to another with where each number has a distance greater than...


number-theoryerror-correction

Read More
BackNext