User: nyck66

  • Public profile

User profile: nyck66

User info
User name:nyck66
History
Joined:
Number of posts:8
Latest posts:

Best Book on Algorithms
My professor at a top 5 computer science program in Canada recommended Algorithmics. https://www....

C: recursive merge sort for a linked list
I apologize for the upcoming wall of code. The merge sort for a linked list has to be of return t...

C: seg fault when filling array inside struct
I have: [code] typedef struct { int* data; unsigned int len; } intarr_t; [/code] I do: [code] ...

C: Asteroids shot and asteroid collision detection
@lastchance thanks, it worked when I only modified shot and not roid. I think I get the logic now. ...

C: Asteroids shot and asteroid collision detection
@jonnin, I don't think it's 1 pixel. The actual height and width is 700*700 but it is abstracted to...

This user does not accept Private Messages