mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 16:26:47 +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)
|
||||
// After Sort
|
||||
console.log('- After Sort | Implementation of Cycle Sort -')
|
||||
console.log(countingSort(array))
|
||||
console.log(cycleSort(array))
|
||||
console.log('\n')
|
||||
|
Reference in New Issue
Block a user