Q. Which of the following is not an advantage of optimised bubble sort over other sorting techniquesin case of sorted elements? (Solved)
1. It is faster
2. Consumes less memory
3. Detects whether the input is already sorted
4. Consumes less time
- c. Detects whether the input is already sorted