Posts

Showing posts with the label Sorting

Bubble Sort in Java

Image
  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.