Divide and Conquer
idea: Break the problem into easier to solve sub-problems then combine the solutions.
Examples
- Merge Sort
- Binary Search
idea: Break the problem into easier to solve sub-problems then combine the solutions.
Examples
- Merge Sort
- Binary Search
Last updated 0001-01-01