I need help trying to figure out this algorithm. I've been stuck for days now The debugger just confuses me more. Can somebody please just comment on one loop so i can see how the internals work. Thanks you much appreciated!
permutaions("nop")
vector<string> permutations(const string& word){
size_t n = word.size();
cout <<"word size " << n << endl;
vector<string> perms;