Skip to content

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

License

Notifications You must be signed in to change notification settings

clifflaschet/FunctionalDepthFirstSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages