Algorithm and Flowchart
Algorithm and Flowchart
Writing an algorithm-
• An algorithm can be written in English, like sentences and
using mathematical formulas. Sometimes algorithm
written in English like language is Pseudo code.
Pseudocode
An end-to-end description of an
A step-by-step procedure for
algorithm in formally English (or in
Definition performing the task or solving the
natural language) to convey the logic
problem.
of an algorithm.
Formality Highly formal and very precise. Less formal and more flexible.