Skip to content

lokeshghub/CodingExercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

CodingExercise

Word Chains problem

Write a program that given two valid words, can find a chain of valid intermediate words, wherein each word in the chain differs in only one letter from its neighbors.

Assume words are available in a dictionary. https://github.com/tmobil/CodingExercise/blob/master/english.json

The two words at each end of the chain are: cat ~ dog.

Feel free to be creative, considering options such as words of differing character lengths, memory and performance considerations for the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published