Skip to content

Tags: j4orz/iruka

Tags

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(algorithms): add bucket sort for array of numbers (#78)

* feat: add bucket sort for array of numbers

* refactor(bucket-sort.ts): change for loop syntax for readbility

* test(bucket-sort.test.ts): add test for case in which posBuckets and negBuckets are specified