Skip to content

kberridge/word-ladder-kata-fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Word Ladder

A Word Ladder (also known as a doublets, word-links, or Word golf) is a word game invented by Lewis Carroll. A word ladder puzzle begins with two words, and to solve the puzzle one must find a chain of other words to link the two, where at each step the words differ by altering a single letter. Wikipedia

Run it

fsi .\word-ladder.fsx blue yuck

OR

fsc .\word-ladder.fsx .\word-ladder.exe blue yuck

About

Word Ladder problem solved in F#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages