Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

A collection of algorithms and data structures

Results 143 Algorithms issues
Sort by recently updated
recently updated
newest added

Implement 2SAT algorithm Here are some good problems to test the algorithm against: https://open.kattis.com/problems/blackvienna https://open.kattis.com/problems/pieceittogether https://open.kattis.com/problems/palindromicdna

Graph theory

Add algorithm to do the intersection of a line in general form (ax + by + cz + d = 0) with a sphere of radius r centered at some...

Geometry

Modpow function in Mathematics folder is broken. In particular, the function fails for some negative exponents. To debug comparing against the BigInteger ModPow method is a good place to start.

bug