Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overlap of quick / merge sort on a second sort #21

Closed
dlarocque opened this issue Aug 16, 2020 · 0 comments
Closed

Overlap of quick / merge sort on a second sort #21

dlarocque opened this issue Aug 16, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@dlarocque
Copy link
Owner

When a merge or quick sort is started and then reset, they continue to the new shuffled array if another sort is started within ~5 seconds.
If another sort is called after the merge or quick sort after ~ 5 seconds since the reset, there are no issues.
The time between both sorts depends on the size of the array that was being sorted by the initial sort.

@dlarocque dlarocque added the bug Something isn't working label Aug 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant