Page 1 of 1

Computer programmers Come In:

Posted: Tue Mar 28, 2017 8:10 am
by afisoone
How many ways 2 boxes you can put 0-6 numbers?
0,0
0,0
0,1
1,0
0,2
2,0
0,3
3,0
0,4
4,0
0,5
5,0
0,6
6,0
1,0
0,1
1,1
1,1
1,2
2,1
1,3
3,1
1,4
4,1
1,5
5,1
1,6
6,1
2,0
0,2
2,1
1,2
2,2
2,2
2,3
3,2
2,4
4,2
2,5
5,2
2,6
6,2
3,0
0,3
3,1
1,3
3,2
2,3
3,3
3,3
3,4
4,3
3,5
5,3
3,6
6,3
4,0
0,4
4,1
1,4
4,2
2,4
4,3
3,4
4,4
4,4
4,5
5,4
4,6
6,4
5,0
0,5
5,1
1,5
5,2
2,5
5,3
3,5
5,4
4,5
5,5
5,5
5,6
6,5
6,0
0,6
6,1
1,6
6,2
2,6
6,3
3,6
6,4
4,6
6,5
5,6
6,6
6,6
6,6
6,6

Like that..

I need that algorithm.

If you don't know it is fine.. I will share with you. But I need your help. bring all the issue, i will try to solve it.

see u soon.

Re: Computer programmers Come In:

Posted: Tue Mar 28, 2017 11:15 am
by Tijoux
I can try to help you out when i get home :up:

Re: Computer programmers Come In:

Posted: Tue Mar 28, 2017 6:10 pm
by afisoone
Tijoux wrote:I can try to help you out when i get home :up:
Walle ma raadinooysaa. Inshallah wait tonight before 9pm. I will bring it together a tutorial to do that...

Re: Computer programmers Come In:

Posted: Wed Mar 29, 2017 7:32 pm
by afisoone
I did make that tutorial. but I messed up and delete the whole tutorial accidentally....

Sorry i will try one more time for this parts putting permutations...