Vidyalelo
Data Structure · Q216

Sorting Algorithms

Programming · Data Structure · question 216

Q216

Which of the following is not an advantage of optimised bubble sort over other sorting techniques in case of sorted elements?

A.
It is faster
B.
Consumes less memory
C.
Detects whether the input is already sorted
Answer
D.
Consumes less time

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board