Skip to content

Conversation

@bansalgautam
Copy link

In the second test case for radix sort there were two bugs

  1. It uses incorrect JS Syntax for sorting
  2. nums.sort() was sorting same reference array, which method radixSort() did, hence test case was passing everytime, not matter what is returned from radixSort() method in the same array reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant