Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 433 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 433 Bytes

wordLadderSolver

gives a list of all possible solutions to a word ladder, but many have words that aren't in the dictionary. It also takes some time to run.

To use, go to the bottom of the code and change the parameters of solve(startWord, endWord, length) where startWord and endWord are the given words and length is the length of the ladder excluding the startWord and endWord.