### 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_