An open API service indexing awesome lists of open source software.

https://github.com/afsalthaj/algo-in-scala


https://github.com/afsalthaj/algo-in-scala

algorithm-challenges algorithms-and-data-structures interview-questions scala

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# algo-in-scala (WIP)

Solutions to algorithmic questions (in a few prominent text books) using Scala.

The intention of this project is to make use of recursion as much as possible
and experiment how far the language scala can be your choice to solve these important algorithms.