Divide & Conquer
Dividing the problem into sub-problems, conquer each sub-problem recursively and combine these solutions
Example
Quicksort
Mergesort
Last updated
Dividing the problem into sub-problems, conquer each sub-problem recursively and combine these solutions
Quicksort
Mergesort
Last updated