Monday, February 13, 2012

BUBBLE SORT

BUBBLE SORT
also known as sinking sort, is a simple sorting algorithm that works by repeatedly stepping through the list to be sorted, comparing each pair of adjacent items and swapping them if they are in the wrong order.



This is Example of bubble sort.
People fall in line to pay cashiers on

No comments:

Post a Comment