Operating-Systems
October 27, 2023
Sorting
October 27, 2023
Operating-Systems
October 27, 2023
Sorting
October 27, 2023

Sorting

Question 117
Which sort uses features of the key to operate in Linear time relative to the number
of elements in the array?
A
Quick Sort
B
Merge Sort
C
Radix Sort
D
Bubble Sort
Question 117 Explanation: 
Examples of sorting algorithms that run in linear time are counting sort, radix sort and bucket sort. Counting sort and radix sort assume that the input consists of integers in a small range.
Correct Answer: C
Question 117 Explanation: 
Examples of sorting algorithms that run in linear time are counting sort, radix sort and bucket sort. Counting sort and radix sort assume that the input consists of integers in a small range.
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!