in reply to Re: Play and win the word morph game with the help of Perl :)
in thread Play and win the word morph game with the help of Perl :)
But i think that my way is better ;)
The main advantage of my solution over yours is the possibility of work with given words not included in the dictionary: e.g. the script can find find a path from 'phil' to 'kate'.
And the second advantage is speed — my script works only with data stored in memory, and your uses the hard disk very much. So, as i have measured, my transform function is about 3 times faster than your findpath.
Bug fixed :)
Thank you :)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Play and win the word morph game with the help of Perl :)
by Limbic~Region (Chancellor) on Jun 29, 2006 at 12:11 UTC | |
by Ieronim (Friar) on Jun 29, 2006 at 13:01 UTC | |
by Limbic~Region (Chancellor) on Jun 29, 2006 at 14:13 UTC |