https://github.com/rolandtritsch/scala-wordpath
A Scala implementation of the wordpath problem
https://github.com/rolandtritsch/scala-wordpath
Last synced: 3 months ago
JSON representation
A Scala implementation of the wordpath problem
- Host: GitHub
- URL: https://github.com/rolandtritsch/scala-wordpath
- Owner: rolandtritsch
- Created: 2012-07-26T09:52:29.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-24T04:51:46.000Z (about 12 years ago)
- Last Synced: 2025-02-10T13:44:23.434Z (5 months ago)
- Language: Scala
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"`