quickselect icon indicating copy to clipboard operation
quickselect copied to clipboard

Correct interval notation

Open aaronlehmann opened this issue 9 years ago • 0 comments

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.

aaronlehmann avatar Aug 26 '16 20:08 aaronlehmann