mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-07 17:56:02 +08:00
Update InsertionSort.java
This commit is contained in:
@ -9,7 +9,7 @@ class InsertionSort {
|
|||||||
/**
|
/**
|
||||||
* This method implements the Generic Insertion Sort
|
* 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
|
* @param last The count of total number of elements in array
|
||||||
* Sorts the array in increasing order
|
* Sorts the array in increasing order
|
||||||
**/
|
**/
|
||||||
|
Reference in New Issue
Block a user