rolandtritsch / scala-wordpath

A Scala implementation of the wordpath problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

A Scala implementation of the wordpath problem


Languages

Language:Scala 95.8%Language:Shell 4.2%