Update BubbleSort.java

Changed the method description
This commit is contained in:
Varun Upadhyay
2017-08-20 07:51:16 -07:00
committed by GitHub
parent 2eb75e15f1
commit 96af9a7d63

View File

@ -9,7 +9,7 @@ class BubbleSort
/**
* This method implements the Generic Bubble Sort
*
* @param array The array to make the binary search
* @param array The array to be sorted
* @param last The count of total number of elements in array
* Sorts the array in increasing order
**/