A collection of algorithms and data structures
Stars
18.6k
Forks
4.5k
Watchers
18.6k
Open Issues
53
Overall repository health assessment
No package.json found
This might not be a Node.js project
1.2k
commits
20
commits
10
commits
8
commits
7
commits
6
commits
6
commits
4
commits
4
commits
3
commits
Refactor PowerSet: return lists, add overflow guard, add tests
948ada9View on GitHubRemove RabinMillerPrimalityTest.py and its README entry
6068e10View on GitHubRename NChooseRModPrime to BinomialCoefficientModPrime, add tests
f3f6d14View on GitHubRefactor ModPow: fix overflow, simplify loop, add tests (#1315)
0fcf135View on GitHubRefactor ChineseRemainderTheorem: reuse PrimeFactorization, add tests (#1314)
0e0dc06View on GitHubAdd Dynamic Programming on DAG (Kahn's Algorithm) with test cases (#1313)
3d3a885View on GitHubRefactor PrimeFactorization: replace trial-division isPrime with Miller-Rabin, add tests (#1312)
92284a1View on GitHubFix Steiner tree complexity formatting in README: replace _ with ·
4cbda50View on GitHubRefactor Lazy and Eager Prim's MST implementations (#1311)
a0857a6View on GitHubRefactor Heapsort: add docs, simplify sink with for loop (#1310)
ccb76d1View on GitHub