Testcase 1 is not passing.
Randomized Quicksort using Recursion
testcase 0 actually is not passing.
Hello @Divyakharb,
You are following the constrains given in the question:
1<=N<=2*10^5
Solution:
Make the size of the array: 200005
Modified code:
Hope, this would help.
Give a like if you are satisfied.