Skip to content

stevebakh/wordchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Wordchain

Scala implementation the well known word game known as 'Word Ladder' or 'Doublets'.

The player is given a start word and an end word. In order to win the game, the player must change the start word into the end word progressively, creating an existing word at each step. Each step consists of a single letter substitution.

The code implements a simple breadth first search to determine the shortest path between the two words.

Releases

No releases published

Packages

No packages published

Languages