English Word Unjumbler for solving Daily Jumble
I wrote this .NET program a few years ago as an academic exercise. One types in a jumble of a 5 or 6 letter word. It displays the possible english words.
There is also a freestanding windows program you may download. I swear it doesn't have any bad stuff in it.
If you want to check it out. Click here to download this stand-alone program.
It is based on all 5 and 6 letter words in an unabridged dictionary I found somewhere many years ago. Engine is still straight C. ( aka relatively efficient recursive brute force implementation
)