Motivation
This feature can decrease space complexity of quicksort algorithm and make it efficient.
Examples
This feature will replace use of extra arrays in quicksort function with simple swap functions.
Possible workarounds
No response
Additional information
No response