Skip to content

Program to get between words by changing one letter at a time. Every letter change results in a valid word.

Notifications You must be signed in to change notification settings

japkon/dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trying to create a program in C++ that will tell you the shortest path between
two words by only changing one letter at a time. All intermediate words must be
valid words as well.

Ex: new -> net -> get -> git

About

Program to get between words by changing one letter at a time. Every letter change results in a valid word.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published