mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 17:50:39 +08:00
Standard fixes | Cycle Sort
This commit is contained in:
@ -63,5 +63,5 @@ console.log('\n- Before Sort | Implementation of Cycle Sort -')
|
|||||||
console.log(array)
|
console.log(array)
|
||||||
// After Sort
|
// After Sort
|
||||||
console.log('- After Sort | Implementation of Cycle Sort -')
|
console.log('- After Sort | Implementation of Cycle Sort -')
|
||||||
console.log(countingSort(array))
|
console.log(cycleSort(array))
|
||||||
console.log('\n')
|
console.log('\n')
|
||||||
|
Reference in New Issue
Block a user