quickselect
quickselect copied to clipboard
Correct interval notation
The documentation and an error message uses [0, data.Len()) where it really means (0, data.Len()]. 0 is not an accepted value, but data.Len() is.