99.5k views
5 votes
Why is it important to review your plan when you write an algorithm?

to extend the problem
to help make the plan
to understand the problem
because it might have errors

help soon, I think its either B, C, or D

User Spidy
by
4.1k points

1 Answer

7 votes
An algorithm is itself a general step-by-step solution of your problem. ... The most important point here is that you must use algorithms to solve problem, one way or the other. Most of the time it's better to think about your problem before you jump to coding - this phase is often called design.
User GMAC
by
4.5k points