Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 658 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 658 Bytes

Algorithms in Scala

Build Status

  • 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.