Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rolandtritsch/scala-wordpath
- Owner: rolandtritsch
- Created: 2012-07-26T09:52:29.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-24T04:51:46.000Z (over 11 years ago)
- Last Synced: 2024-04-16T12:19:41.248Z (10 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"`