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.
2 parents 4851001 + a36fbf9 commit 6d713aeCopy full SHA for 6d713ae
Sorts/CountingSort.js
@@ -39,5 +39,5 @@ console.log('\n- Before Sort | Implementation of Counting Sort -')
39
console.log(array)
40
// After Sort
41
console.log('- After Sort | Implementation of Counting Sort -')
42
-console.log(countingSort(array))
+console.log(countingSort(array, 0, 5))
43
console.log('\n')
0 commit comments