We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb75e1 commit 96af9a7Copy full SHA for 96af9a7
Sorts/BubbleSort.java
@@ -9,7 +9,7 @@ class BubbleSort
9
/**
10
* This method implements the Generic Bubble Sort
11
*
12
- * @param array The array to make the binary search
+ * @param array The array to be sorted
13
* @param last The count of total number of elements in array
14
* Sorts the array in increasing order
15
**/
0 commit comments