List the desirable features of an algorithm?

(a) Top to down structured flow.
(b) Large algorithms must be broken into smaller ones with minimum coupling between them.
(c) The modules must be as independent as possible. That is high cohesion must be there.
(d) It must be easy to implement with minimum memory and must be fast.

Post a Comment

0 Comments