Asymptotic-Complexity
October 12, 2023Algorithms
October 12, 2023Algorithms
Question 11 |
Merge sort uses
Divide and conquer strategy | |
Backtracking approach | |
Heuristic search | |
Greedy approach |
Question 11 Explanation:
Merge sort uses the divide and conquer strategy.
Correct Answer: A
Question 11 Explanation:
Merge sort uses the divide and conquer strategy.