by thanaa on Tue Jul 08, 2008 10:20 am
([msg=6840]see Re: Programming 1[/msg])
i used php. copy/pasted words into a textarea form, submitted, processed the wordlist and scrambled words, matched total ascii values then sorted the remainders and did a $a == $b of scrambled vs remainders. It was major overkill. Re-wrote it for fun. just did sort on both and a quick array comparison. Much less code for the same thing.