Introduction
Code Solving
Code Solving teaches how to solve problems with code:
- Understand the Problem
- Gather Tools
- Do an Example
- Breakdown the problem
- Code a solution
- Debug the solution
- Refactor the solution