Aug 27 2009

Multithreaded String Permutations

This code snippet is designed to take in a string an print out every possible permutation of that string. The only problem I’ve encountered so far is that it uses a lot of memory with longer strings.

Continue reading