Skip to content

ramannanda9/algorithms-in-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Various Algorithms implemented in Scala.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages