Weaver Solver

Play weaver here. If you get stuck, enter the first and last words and generate the ladder.

Solver

  • Hints

    Looking for hints? Enter a word and get all the possible next words.

    Enter word:

    How It works

    We take the list of 4 letter words in the weaver dictionary and arrange them into an undirected graph with edges between all words with hamming distance of 1. Starting at the intial word, use Djikstra's algorithm to search for the end word.

    Source