- Learn Scala
- Text book implementations of common algorithms in idiomatic functional Scala
- No external dependencies (except specs2 for tests)
- 100% test coverage and documentation
- Install git, scala and sbt:
brew install git scala sbt
- Clone project:
git clone https://github.com/pathikrit/scalgos.git; cd scalgos
- Build and run tests:
sbt test