We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23416a commit 3d34022Copy full SHA for 3d34022
Sorts/CountingSortIntegers.java
@@ -12,9 +12,9 @@ class CountingSortIntegers {
12
* @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
- * It sorted only integer arrays especially positive integers
+ * It sorts only integer arrays especially positive integers
16
* It uses array elements as indexes in the frequency array
17
- * Can accept only array elements within the range [0:10^8]
+ * It can accept only array elements within the range [0:10^8]
18
**/
19
20
public static void CSI(int array[], int last) {
0 commit comments