mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 16:26:47 +08:00
Export bucketSort function for Jest testing
This commit is contained in:
@ -62,3 +62,5 @@ console.log(arrOrignal)
|
|||||||
const arrSorted = bucketSort(arrOrignal)
|
const arrSorted = bucketSort(arrOrignal)
|
||||||
// Array after sort
|
// Array after sort
|
||||||
console.log(arrSorted)
|
console.log(arrSorted)
|
||||||
|
|
||||||
|
export { bucketSort }
|
||||||
|
Reference in New Issue
Block a user