Sandbox
Place to test out algorithms
Todo
- [X] Naive AutoComplete
- [ ] N - Gram AutoComplete
- [ ] KMP / Finite State / RBK - String comparison
- [ ] Best Fit Line - RANSAC algorithm
- [ ] Compare documents
- [ ] Solving maze with wavefront algorithm
- [ ] Dijikstra write it out