Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 455 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 455 Bytes

FunctionalDepthFirstSearch

A functional implementation of depth-first search using the Scalaz State monad.

Running

This software requires the scala build tool (SBT) (0.13.8) to be installed on your system. To run the project tests, execute sbt test in the root project directory. This will resolve all dependencies and perform all tests in the project.

More info

See my blog post.