Nov 22, 2011 at 12:24pm Nov 22, 2011 at 12:24pm UTC
Hi readers, if someone could pass me in the right direction on how to accomplish this please don't reply a search engine lol......
What is needed is to have option to enter string of text and numbers.
then do a permutation on that string x amount of times
display the output!
Nov 22, 2011 at 12:49pm Nov 22, 2011 at 12:49pm UTC
I don't understand what you mean by permutation in this case. What exactly needs to be done?
Nov 22, 2011 at 1:05pm Nov 22, 2011 at 1:05pm UTC
if i were to ask a user for input (123456789)
then the program does a permutation on those numbers
outputting the answers
Nov 22, 2011 at 1:31pm Nov 22, 2011 at 1:31pm UTC
yes i am a novice at C++ hence the reason im asking where to start
Nov 22, 2011 at 1:39pm Nov 22, 2011 at 1:39pm UTC
Last edited on Nov 22, 2011 at 1:47pm Nov 22, 2011 at 1:47pm UTC
Nov 22, 2011 at 2:25pm Nov 22, 2011 at 2:25pm UTC
thankyou i will ponder on this for now