Back to the 2022 paper

Module 2: Divide and Conquer Paradigm and Heaps

20222m

If a problem can be solved by combining optimal solutions to non-overlapping problems, the strategy is called:

  • (i) dynamic programming
  • (ii) greedy
  • (iii) divide and conquer
  • (iv) recursion

Similar questions