Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rolandtritsch/scala-wordpath

A Scala implementation of the wordpath problem
https://github.com/rolandtritsch/scala-wordpath

Last synced: 4 days ago
JSON representation

A Scala implementation of the wordpath problem

Awesome Lists containing this project

README

        

# Scala Solution to the Word-Path problem

Find a solution to go from one 4-letter word to another, changing one letter at a time.

* Use macports to install sbt: `port install sbt`
* Build it: `sbt compile`
* Test it: `sbt test`
* Run it: `sbt "run flux alem /usr/share/dict/words"`