mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-07 11:08:54 +08:00
Add export to CycleSort for Jest testing
This commit is contained in:
@ -71,3 +71,5 @@ console.log(array)
|
|||||||
console.log('- After Sort | Implementation of Cycle Sort -')
|
console.log('- After Sort | Implementation of Cycle Sort -')
|
||||||
console.log(cycleSort(array))
|
console.log(cycleSort(array))
|
||||||
console.log('\n')
|
console.log('\n')
|
||||||
|
|
||||||
|
export { cycleSort }
|
||||||
|
Reference in New Issue
Block a user