You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function `partialSortByBounds` had an off-by-one error causing
all the partial heap sort functions to produce incorrect results.
The off-by-one error was fixed and the `prop_partialsort` property
test was updated to catch this error. Testing the code before the
change fails, while after the change passes.
Closes: #46
0 commit comments