Update InsertionSort.java
This commit is contained in:
parent
2b02d48377
commit
2eb75e15f1
@ -9,7 +9,7 @@ class InsertionSort {
|
||||
/**
|
||||
* This method implements the Generic Insertion 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
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user