COMPUTER SCIENCE AND ENGINEERING
DATA STRUCTURES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Identify the sorting algorithm that apply divide-and-conquer method.
|
Linear Sort
|
|
Merge Sort
|
|
Heap Sort
|
|
Binary Sort
|
Explanation:
Detailed explanation-1: -Merge sort is similar to the quick sort algorithm as it uses the divide and conquer approach to sort the elements. It is one of the most popular and efficient sorting algorithm.
There is 1 question to complete.