3. Patterns #

Created Friday 18 October 2019

One of the most important topics. These are simple things, but they require clarity in the for and while loops. The best approach is the one Nidhi Agarwal already taught. How to solve a problem? A:

  1. Analyze the problem.
  2. Break down the problem into smaller problems/steps.
  3. Write down the solution on paper.
  4. Verify the solution, using random examples. If we get stuck change the solution.
  5. Write code, this is just a formality.