...
Sorting
October 28, 2023
Sorting
October 28, 2023
Sorting
October 28, 2023
Sorting
October 28, 2023

Sorting

Question 87
_____sorting algorithms has the lowest worst case complexity
A
Selection sort
B
Bubble sort
C
Merge sort
D
Quick sort
Question 87 Explanation: 
The Worst case time complexity of Selection,Bubble and Quick sort is O(n2) where as Merge sort is O(nlog(n)). So Merger sort has lowest worst case time complexity
Correct Answer: C
Question 87 Explanation: 
The Worst case time complexity of Selection,Bubble and Quick sort is O(n2) where as Merge sort is O(nlog(n)). So Merger sort has lowest worst case time complexity
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!!