Word ladder: Difference between revisions

Fix unixdict link
(→‎{{header|Ruby}}: Add implementation.)
(Fix unixdict link)
Line 2:
Yet another shortest path problem. Given two words of equal length the task is to transpose the first into the second.
 
Only one letter may be changed at a time and the change must result in a word in [httpshttp://githubwiki.com/quinnj/Rosetta-Juliapuzzlers.org/blobpub/masterwordlists/unixdict.txt unixdict], the minimum number of intermediate words should be used.
 
Demonstrate the following:
1,481

edits