Skip to content

sandropa/Distances-between-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ code for finding the distance between words. Distance is defined as the shortest path between the words (two words are connected if they differ exactly at one letter). For example, "cat" and "car" are neighbours. Additionally, to use the code, you need a txt file containing words separated by \n. This file is used to construct the graph representing words.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages