Back to the 2022 paper

Module 2: Divide and Conquer Paradigm and Heaps

20222m

In the divide and conquer process, breaking the problem into smaller sub-problems is the responsibility of:

  • (i) divide/break
  • (ii) sorting/divide
  • (iii) conquer/solve
  • (iv) merge/combine

Similar questions