Pseudocode is an algorithm written in readable steps.
Pseudocode is a way of writing an algorithm using code-like statements that are easy for people to understand.
It is not tied to one programming language, so the same pseudocode can later be translated into Python, Java or another language.
β
Algorithm
β
Pseudocode
β
Program code