I need help making an anagram maker. But, the one specification is that is does not include algorithms. If you guys have anything to help me out with that would be great.
For some reason that is prohibited because my teacher says that it wouldn't quite be original. He wants us to make a "partial" anagram maker. Therefore I could possible use this right?:
Like Zhuge suggested, you could simply use the next_permutation function (defined in the algorithm header) to accomplish the given task. The use of the function is simple, clean and painless. Does my answer satisfy you?