Skip to content

Implementation of breadth first search in java, using a classic word game to build a list of words with hamming distance of 1.

Notifications You must be signed in to change notification settings

jesselwade/bfsWordLadder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bfsWordLadder

Implementation of breadth first search in java. Using a classic word game to build a list of words with hamming distance of 1 with queue and linked list structures supporting.

The class 'WordLadderGame' was given by professor and acts as a design document, guiding the implementation of the interface in Doublets.java.

About

Implementation of breadth first search in java, using a classic word game to build a list of words with hamming distance of 1.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages