Computer Science, asked by angelymdo7, 18 days ago

Write a note on Bubble sorting​

Answers

Answered by HorridBrain
0

Quality Answer

Bubble sorting

✏ It is a basic algorithm for arranging a string of numbers or other elements in

the correct order.

Some main points ⟹

  • It works by examining each set of adjacent elements in the string
  • from left to right
  • switching their positions, if they are out of order.

Interesting question☑

Hope it's helpful for you.

➡ @HorridBrain

1 Answer on brainly

Thank u.

Answered by MD20091
0

Bubble sort, sometimes referred to as sinking sort, is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

Similar questions