Binary Search
O(log n)O(1)
Divide and Conquer Algorithm
Divide and Conquer Algorithm
Merge Sort
O(n log n)O(n)
Divide and Conquer Algorithm
Divide and Conquer Algorithm
Quick Sort
O(n log n)O(log n)
Divide and Conquer Algorithm
Divide and Conquer Algorithm