Greedy algorithm to fill 2d arraySalem c, yes that's an answer I can post the original problem but it's a very long description and ...
Greedy algorithm to fill 2d arrayAlright, you have an array[12][12], with starting values -1, so: [code]for(int i = 0; i < 12; i++) {...
Greedy algorithm to fill 2d arrayBy space between elements I mean row- and column wise. So a random example: 4 1 1 1 1 1 1 1 1 1 1 1...
Greedy algorithm to fill 2d arrayHello, can someone help me with the following problem: Is there a way to write a greedy algorithm t...
Devide integer in partsI tried it by myself with pointers but that didn't work out. Is it possible to do it with pointers?
This user does not accept Private Messages