Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
COMMITS
/ Sorts/BucketSort.js October 3, 2023
R
feat: Test running overhaul, switch to Prettier & reformat everything (#1407)
Roland Hummel committed
October 7, 2021
R
chore: merge Fix/742 migrate doctest to jest (#749)
Roland Hummel committed
October 5, 2021
C
Remove testing code in function file
Charlie Moore committed
October 4, 2021
C
Fix whitespace alignment
Charlie Moore committed
C
Fix bug in bucketSort so that a comparison function is now provided to the sort function
Charlie Moore committed
C
Add function documentation to bucketSort
Charlie Moore committed
C
Export bucketSort function for Jest testing
Charlie Moore committed
C
Add a reference link for BucketSort
Charlie Moore committed
May 12, 2020
C
Add doctest to BucketSort.js
Christian Clauss committed
May 6, 2020
I
editing file names
itsvinayak committed