i cant understand why my code is not working for quicksort. plz help(BELOW IS THE LINK)
Counting sort algorithm
Your code is correct only thing is that you have make array of size 50 but in constrains it is given that it can be 10^6 so change the size of array .testcases will Pass.