Guest_imported
New member
- Jan 1, 1970
- 0
Please help
I need an anagram routine. I do not want it to use a dictionary etc. It should just take a word, and generate all possible combinations of letters. For example, if it was passed ABC, it would return ABC, ACB, BAC, BCA, CAB and CBA. COde must be simple as well please.
Thanks,
Geoff.
I need an anagram routine. I do not want it to use a dictionary etc. It should just take a word, and generate all possible combinations of letters. For example, if it was passed ABC, it would return ABC, ACB, BAC, BCA, CAB and CBA. COde must be simple as well please.
Thanks,
Geoff.