Combinational number generation
IT & Infrastructure
3
Posts
3
Posters
0
Views
1
Watching
-
Could some one give me the formula/algorithm for the following number Generation. The numbers being 1234 Thanks 1 2 3 4 12 13 14 23 24 34 123 124 134 234 1234
-
Could some one give me the formula/algorithm for the following number Generation. The numbers being 1234 Thanks 1 2 3 4 12 13 14 23 24 34 123 124 134 234 1234
1 2 3 4
2 3 4
3 4
4
Start by taking singles - top row. Then take double digits, (12,13,14,23,24,34) then triple (123,124,134,234) then quad (1234). Um, this is just a try, ok. :~
-
1 2 3 4
2 3 4
3 4
4
Start by taking singles - top row. Then take double digits, (12,13,14,23,24,34) then triple (123,124,134,234) then quad (1234). Um, this is just a try, ok. :~