Anagram Cheat

Input Word ::
Hi All,
This is a anagram cheater I have Developed. For those who don't know what is anagram please read below.

One fine day, I had come across a anagram game on the internet, in which , you will be provided with a set of characters, from which, you had to think of a valid english word
eg: if given zocy, the answer would be cozy

From this, I though of cheating. I thought, if I could get a computer program to search efficient through all english words (i m not checking all english words though!!) , & display possible result.

If you find, that this thing is too slow, itz probably due to slow internet, and also due to PHP which is very much slower than C (my favourite). To run this at full speed you can download source cod(link below), compile it and run!!

If you are interested in C source code of this, do send me an email, requesting it, I'll send it. I couldn't upload it here due to space restriction of this free web host I am using. I would also like to tell, that i got the dictionary from unix `look` command.

Hope you enjoy interesting facts of english spelling through this app.

Download Source Code

Feel free to contact me,
Manohar Kuse
kusemanohar.08[AT]lnmiit.ac.in



This is created using vim(The Programmers Text Editor) , PHP, implemented on my GNU/Linux (My first Love!!)