1. Flowcharts #
Created Wednesday 16 October 2019
How to solve a problem? A:
- Analyze the problem. Restatement is a part of this if possible/feasible.
- Break down the problem into smaller steps.
- Write down the solution on paper.
- Verify the solution, using random examples. If you get stuck change the solution.
- Write code, this is just a formality.
Done.