home

 

Sorting

Bubble sort

Perhaps the first computer algorithm ever created (1963). Developed by system development corporation, Bubble Sort is the simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in wrong order.
<read on>