...
GATE 2011
October 26, 2023
Number-Systems
October 26, 2023
GATE 2011
October 26, 2023
Number-Systems
October 26, 2023

Sorting

Question 101
Which of the following sorting algorithms uses recursion?
A
Insertion sort
B
Heap sort
C
Merge sort
D
Bubble sort
Question 101 Explanation: 
Recursion uses two sorting algorithms for reducing time complexity.
1. Mergesort
2. Quicksort.
Correct Answer: C
Question 101 Explanation: 
Recursion uses two sorting algorithms for reducing time complexity.
1. Mergesort
2. Quicksort.

Leave a Reply

Your email address will not be published. Required fields are marked *