Skip to content

Find a path from a source word to a target word

Notifications You must be signed in to change notification settings

helloRupa/word-chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Word Chain

Written in Ruby. Find a path from a source word to a target word, e.g. from cat to cow: cat => cot => cow.

Dictionary

A dictionary is included, but you can use your own by specifying a file when initializing a new instance. The dictionary will then be converted to a set.

Requirements:

  • One word per line
  • txt format

About

Find a path from a source word to a target word

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages