scalgos icon indicating copy to clipboard operation
scalgos copied to clipboard

algorithms in scala

CircleCI codecov Codacy

Goals

  • Learn Scala
  • Text book implementations of common algorithms in idiomatic functional Scala
  • No external dependencies (except specs2 for tests)
  • Good tests and documentation

Building

  • 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