-
Notifications
You must be signed in to change notification settings - Fork 0
A Word Ladder is the connection between 2 same letter words, such that each transition to a step can only be made by replacing only 1 letter in the source word and the target word is always a meaning word. A good solution has a number of steps equal to the number of places the given words differ in (Hamming Distance).
mshehrozsajjad/WordLadder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
A Word Ladder is the connection between 2 same letter words, such that each transition to a step can only be made by replacing only 1 letter in the source word and the target word is always a meaning word. A good solution has a number of steps equal to the number of places the given words differ in (Hamming Distance).
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published