/Sandbox

A place to test and learn algorithms

Primary LanguageJava

Sandbox

Place to test out algorithms

Todo

  • 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