1.

Briefly Explain The Approaches To Develop Algorithms?

Answer»

There are three commonly used approaches to develop algorithms:

  1. GREEDY Approach − FINDING SOLUTION by choosing NEXT best option
  2. Divide and Conquer − diving the problem to a minimum POSSIBLE sub-problem and solving them independently
  3. Dynamic Programming − diving the problem to a minimum possible sub-problem and solving them combinedly

There are three commonly used approaches to develop algorithms:



Discussion

No Comment Found