1. Algorithm
This section describes pseudocode - one of the techniques used to describe an algorithm. As a reminder, the definition of an algorithm is shown below.
Algorithm - is a list of step-by-step instructions that, when followed, will solve a problem.
The two main techniques for producing an algorithm are:-
- Pseudocode
- Flowcharts

