Skip to content

An algorithm to find the longest sequence of words from a dictionary where the 2nd and 3rd last letters are the same as the 2nd and 3rd letters in the next word.

License

Notifications You must be signed in to change notification settings

joshuamitchell192/linkedWords

Repository files navigation

linkedWords

An algorithm to find the longest sequence of words that are the same length from a dictionary. The 2nd and 3rd last letters are matched with 2nd and 3rd letters of another word to continue the sequence.

Example

The dictionary file included contains 127, 142 words, where the average word length is 8, ranging from words of 4 letters to 15.

About

An algorithm to find the longest sequence of words from a dictionary where the 2nd and 3rd last letters are the same as the 2nd and 3rd letters in the next word.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages