Question: Unscramble word

This question is related to the Question coding: permute letters into words

Can someone kindly write me some code to unscramble a jumbled word into english.

eg: input: "atc"; output: "cat",'act".

it will need to invoke the inbuilt dictionary.

thx

 

Please Wait...