http://www.perlmonks.org?node_id=930870


in reply to A Better Word Morph Builder

See also Word ladder: expert quiz #22 on the Perl Quiz of the Week (qotw) mailing list and my solution for example.

Replies are listed 'Best First'.
Re^2: A Better Word Morph Builder
by Limbic~Region (Chancellor) on Oct 11, 2011 at 19:41 UTC
    ambrus,
    The only notable difference between the two is this thread deals with the shortest bridge/ladder as requested by Ieronim while the QoTW allows any length bridge/ladder. If you see the benchmarks in the thread, we optimized the heck out of it.

    Cheers - L~R

      Like Daniel Martin notes in the analysis of the qotw solutions, many of the solutions (though not mine) found the shortest ladder even though the task didn't ask for that. This is no wonder: qotw is a friendly list where the intent is to learn rather than to compete.