-
Notifications
You must be signed in to change notification settings - Fork 279
Open
Description
Hello, teacher @btholt
I figure out the test case of Radix Sort on CodeSandBox
which using sort method without passing compareFunction,
this will using char compare instead of number compare.
Maybe this should be fixed by
expect(ans).toEqual(nums.sort((a, b) => a - b));OlegWock, Pringels, ndekross, willm30, alexroper and 1 more
Metadata
Metadata
Assignees
Labels
No labels