There was an error while loading. Please reload this page.
1 parent 2b02d48 commit 2eb75e1Copy full SHA for 2eb75e1
1 file changed
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