- This repository contains or will contain different algorithms for searching, sorting, selecting and dynamic programming.
- This is just an exercise in learning scala.
- You will find use of context bounds and type classes for ex:
Ordering[K]
- Tests are written in ScalaTest
- To run the tests just use
gradle test
- Readme maybe present for some dynamic programming problems, use a compatible Markdown Previewer to view the equations. For example: VSCode or Atom.