Difference Between Algorithm & Flowchart:
ALGORITHM
|
FLOWCHART
|
·
Step-by-step
process
|
·
Pictorial
representation
|
·
Didn’t use any
symbol
|
·
Use symbol for
processes & I/O
|
·
Example:
|
·
Example:
|
·
Just like
simple statements
|
·
Just like maps
|
·
Easy to debug
errors
|
·
Difficult to
debug errors
|
·
Independent
|
·
Dependent
|
·
Use to solve
problem with multiple solutions
|
·
Use for
improving process & also show their relationships
|
·
No hard &
fast rule to create it
|
·
Have some rule
to create it
|
·
Easy to edit in
process for betterment
|
·
Difficult to
edit in process for betterment
|