Computer Science, asked by juniatryphosa07, 1 year ago

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

Answers

Answered by yvkalyani00
0

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.

Answered by myrakincsem
0

Hi there,

Bubble sorting is the simplest sorting technique which is also known as sinking sort. In this technique the the algorithms to be sorted are visited multiple times and the columns that are wrongly positioned are swamped to their correct space.

This technique has an upper hand on the other sorting techniques in the sense that it saves time by detecting the already sorted algorithms and does not waste time.

Thanks for asking.


Similar questions