OldGareBear / WordChainer

Find the "degrees of separation" from one word to another

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WordChainer

This simple Ruby script is a great exploration of the principles of breadth-first search.

WordChainer find the "closest path" between two words where words can only be mutated by one letter at a time.

About

Find the "degrees of separation" from one word to another


Languages

Language:Ruby 100.0%