Computer Science, asked by sanjanabahl9191, 7 months ago

1.What is the advantage of bubble sort over other sorting techniques?

Answers

Answered by dewanshvns
0

Answer: Optimised Bubble sort is one of the simplest sorting techniques and perhaps the only advantage it has over other techniques is that it can detect whether the input is already sorted. It is faster than other in case of sorted array and consumes less time to describe whether the input array is sorted or not.

Similar questions