mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 16:26:47 +08:00
chore: Fix style problems
This commit is contained in:
@ -39,5 +39,5 @@ console.log('\n- Before Sort | Implementation of Counting Sort -')
|
|||||||
console.log(array)
|
console.log(array)
|
||||||
// After Sort
|
// After Sort
|
||||||
console.log('- After Sort | Implementation of Counting Sort -')
|
console.log('- After Sort | Implementation of Counting Sort -')
|
||||||
console.log(countingSort(array,0,5))
|
console.log(countingSort(array, 0, 5))
|
||||||
console.log('\n')
|
console.log('\n')
|
||||||
|
Reference in New Issue
Block a user