We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b02d48 commit 2eb75e1Copy full SHA for 2eb75e1
Sorts/InsertionSort.java
@@ -9,7 +9,7 @@ class InsertionSort {
9
/**
10
* This method implements the Generic Insertion 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