bischak / scalgos

algorithms in scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

Goals

  • Learn Scala
  • Text book implementation of common algorithms in idiomatic functional Scala
  • No external dependency (except specs2 for tests)
  • 100% test coverage 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

About

algorithms in scala