Skip to content

kenashah/WordLadder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

WordLadder

This program implements a shortest path finder that takes two words of the same length and returns the shortest path, which uses Dijkstra's algorithm. An example: To get from APE to MAN, the following path is the shortest: APE APT OPT OAT MAT MAN

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages