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 a9b1f89 commit 37726ffCopy full SHA for 37726ff
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