hi all other test cases are passing but only one test case 3 showing tle. plz… can u debug my code.
Quick sort giving only one tle
Use randomised quicksort to get rid of TLE. Randomised Quicksort randomly selects a pivot element having value between low and high.