Results 46 issues of William Fiset

I often have my rocket launch when I do a git status or a git commit, would it be possible to fix this? Thank you. ![screen shot 2017-10-08 at 10...

help wanted

![screen shot 2017-10-24 at 9 57 38 pm](https://user-images.githubusercontent.com/5898848/31981189-6fa6850c-b906-11e7-9591-dae7bcc780c2.png)

Geometry

Implement this elegant MST algorithm. It likely uses a union-find as an auxiliary DS from the quick read I've done but perhaps not.

Graph theory

Several people have contributed algorithms that aren't currently surfaced in the README. Here is a list so that I don't forget: - [ ] https://github.com/williamfiset/Algorithms/pull/119 - [ ] https://github.com/williamfiset/Algorithms/pull/139 -...

Finding all cliques would be great, but the maximal clique is also ok.

Graph theory

There's a faster way than the DP approach to solve the LIS problem. It can be solved in O(nlogn) time with a binary search, let's add it to the repo.