The Five Steps

Understand the problem

Do a small example by hand

Write an algorithm for solving the problem

Translate the algorithm into a programming language (like C)

For now, we provide an empty code file in solve0.c.

Test the program


[up] to Overview.