InterviewSolution
Saved Bookmarks
| 1. |
Merge sort uses which of the following algorithm to implement sorting?(a) backtracking(b) greedy algorithm(c) divide and conquer(d) dynamic programmingI have been asked this question in homework.This question is from Sorting in section Sorting of Data Structures & Algorithms II |
|
Answer» Correct option is (c) divide and conquer |
|