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 programmingThis question was addressed to me during an interview.The question is from Sorting in section Sorting of Data Structures & Algorithms II |
|
Answer» Right choice is (c) divide and conquer |
|