We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7d6ea commit 2303b28Copy full SHA for 2303b28
Search/QuickSelectSearch.js
@@ -21,7 +21,6 @@ export function quickSelectSearch(array, k) {
21
while (from < to) {
22
let left = from
23
let right = to
24
-
25
const pivot = array[Math.ceil((left + right) * 0.5)]
26
27
while (left < right) {
0 commit comments