5
votes
7answers
281 views
Where can I find C coding exercises to practice?
Tutorials are a dime a dozen, but I'd like to find a list of exercises online that I could attempt to practice what I'm learning. The sort of things that start with "Write a program to..."
I'm an …
1
vote
5answers
124 views
Algorithm to determine an objects neighbor
I vaguely remember reading about a programming exercise where objects are drawn on the screen. If an object has less than 2 neighbors, it dies because it is lonely, if it has more than 3 it dies …
