Algorithm, Pseudocode and
Flowchart
Dr. Kumud Tripathi
,Algorithm:
● Definition: An algorithm is a step-by-step procedure (well-defined
instructions) to solve a given problem.
● It is not the entire program or code; it is simple logic to a problem.
, Algorithm:
Two forms of Algorithm:
– Pseudocode
– Flow chart