permutation need help to code
Posted
by
Hunt
on Stack Overflow
See other posts from Stack Overflow
or by Hunt
Published on 2012-11-27T04:38:51Z
Indexed on
2012/11/27
5:04 UTC
Read the original article
Hit count: 227
Thank for your reply, first thing i wish to thank you for trying to help me out, and i have post this in few website also no one trying to help at all.
For my code, what i wish to do is permutation count.
it will count from top to bottom
1,2,3
1,2,3
1,2,3
output to
111 = 1
112 = 1
113 = 1
121 = 1
122 = 1
123 = 1
133 = 1
211 = 1
212 = 1
213 = 1
333 = 1
and continue till all number is count and also store to the array which can check how many count after all
code will check the input number and count how many outcome and show the results with how many outcome and each have how many after permutation count.
Its hard to do?.
Anyway thank you for help.
© Stack Overflow or respective owner