User: pieterdehoogd

  • Public profile

User profile: pieterdehoogd

User info
User name:pieterdehoogd
Name:Pieter de Hoogd
History
Joined:
Number of posts:20
Latest posts:

Greedy algorithm to fill 2d array
Salem 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 array
Alright, you have an array[12][12], with starting values -1, so: [code]for(int i = 0; i < 12; i++) {...

Greedy algorithm to fill 2d array
By 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 array
Hello, can someone help me with the following problem: Is there a way to write a greedy algorithm t...

Devide integer in parts
I 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