Sorting Algorithms - Study Mode
[#256] Recursive bubble sort is a comparison based sort.
Correct Answer
(A) true
[#257] Insertion sort is an example of an incremental algorithm.
Correct Answer
(A) True
[#258] Who invented the shell sort algorithm?
Correct Answer
(B) Donald Shell
[#259] Which of the following method is used for sorting in merge sort?
Correct Answer
(B) merging
[#260] How many arrays are required to perform deletion operation in a heap?
Correct Answer
(B) 2