Bubble Sort in Java

 

Bubble Sort is sorting technique. 

In the above example, the array is used to sort in ascending order and for descending order the ">" symbol has to be replaced by "<" symbol.

Popular posts from this blog

Array-(Program 1)