What is bubble sort | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

What is bubble sort

6th Oct 2017, 4:47 PM
Yashvardhan Sharma
Yashvardhan Sharma - avatar
3 Answers
+ 9
Well you can find many examples online, here's an interesting one:- https://www.youtube.com/watch?v=MtcrEhrt_K0
6th Oct 2017, 5:03 PM
Zephyr Koo
Zephyr Koo - avatar
+ 4
An algorithm used to sort an array or collection.
6th Oct 2017, 5:14 PM
Rrestoring faith
Rrestoring faith - avatar
+ 2
Array Sorting Algorithm. He takes the first number of array and compares it with the following numbers, and swaps his position if its value is greater than value of next number. If next number is greater than current number, it stops and repeats from beginning until array is sorted.
6th Oct 2017, 5:23 PM
Freezemage
Freezemage - avatar