iamantony / CppNotes

My notes about C++
MIT License
1 stars 3 forks source link

Task: permutation of the string #10

Closed iamantony closed 8 years ago

iamantony commented 8 years ago

Design an algorithm to print all permutations of a string. For simplicite, assume all characters are unique.

a -> a ab -> ab, ba abc -> ...

iamantony commented 8 years ago

Done: 870e274b94278c786f426c8a5038c54efcd1fc4e