We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37726ff commit a36fbf9Copy full SHA for a36fbf9
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,0,5))
+console.log(countingSort(array, 0, 5))
43
console.log('\n')
0 commit comments