Algorithms can be illustrated using the following tools:
- Pseudocodes
- Flowcharts
- Decision Tables.
- Decision Trees.
For this level, we will use pseudocodes to write our algorithms
Note. For any given problem, the programmer must choose which algorithm (method) is best suited to solve it.