- Notifications
You must be signed in to change notification settings - Fork 31.1k
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