GATE 2011
October 26, 2023Digital-Logic-Design
October 26, 2023Sorting
Question 101 |
Which of the following sorting algorithms uses recursion?
Insertion sort | |
Heap sort | |
Merge sort | |
Bubble sort |
Question 101 Explanation:
Recursion uses two sorting algorithms for reducing time complexity.
1. Mergesort
2. Quicksort.
1. Mergesort
2. Quicksort.
Correct Answer: C
Question 101 Explanation:
Recursion uses two sorting algorithms for reducing time complexity.
1. Mergesort
2. Quicksort.
1. Mergesort
2. Quicksort.
Subscribe
Login
0 Comments