Computer Science, asked by nidhiojha8997, 5 months ago

Similarities of algorithm and flowchart

Answers

Answered by priyagupta9726
1

Answer:

A flowchart is a graphical representation of an algorithm. Programmers often use it as a program-planning tool to solve a problem.

...

Flowchart:

Algorithm                                            Flowchart

In algorithm plain text are used. In flowchart, symbols/shapes are used.

Algorithm is easy to debug.         Flowchart it is hard to debug.

Explanation:

Similar questions