-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
Closed
Description
Hey guys,
this.callbacks.visitingCallback(array[pivot]); |
pivot
is meant to be a value, isn't it?
Shouldn't it be
this.callbacks.visitingCallback(array[highIndex]);
or
this.callbacks.visitingCallback(pivot);
instead?
This change is also proposed in: #239
Metadata
Metadata
Assignees
Labels
No labels