TECHNOLOGY 

Published on
 KembaraXtra-Computer Terms – bubble sort:
Bubble sort is a simple sorting algorithm that repeatedly compares adjacent elements in a list and swaps them if they are in the wrong order. This process continues until the entire list is sorted.
The name comes from the way smaller elements gradually move, or “bubble up,” to the top of the list. While easy to understand, bubble sort is not efficient for large datasets.
Picture
0 Comments