Algorithm writing techniques means
How to express an algorithm?
Flow Chart
- A flowchart is a graphical representation of an algorithm. It uses standardized symbols to illustrate the flow of activities and decisions within a system.
Pseudo code
- Pseudo code is a high-level, human-readable textual representation of an algorithm. It uses plain language such as simple English to describe the steps and operations in the algorithm.
- This has no strict syntax of a specific programming language, so that it can’t be compiled or interpreted by the computer.