chore: Fix style problems

This commit is contained in:
Rak Laptudirm
2021-06-17 11:07:50 +05:30
committed by GitHub
parent 37726ff223
commit a36fbf988f

View File

@ -39,5 +39,5 @@ console.log('\n- Before Sort | Implementation of Counting Sort -')
console.log(array)
// After Sort
console.log('- After Sort | Implementation of Counting Sort -')
console.log(countingSort(array,0,5))
console.log(countingSort(array, 0, 5))
console.log('\n')