Results 46 issues of William Fiset

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

Dynamic programming
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

String algorithm

See [here](https://kynd.github.io/p5sketches/drawings.html) for a nice demo. In the actual implementation consider using the barometric coordinate system. ![screen shot 2017-10-24 at 9 56 39 pm](https://user-images.githubusercontent.com/5898848/31981163-3f8a08b2-b906-11e7-9c3d-42c60c3ecd22.png)

Geometry