I guess my code is having run time issues coz its
showing no response after submission but it works fine on running and giving correct output
QuickSort Challenge
Hello @prashantverma.vn,
Your code is logically correct as it is passing all the test cases.
But, as you have stated that it is not showing any output:
The reason for that is the size of your array(or the excessive memory usage)
I have modified your code:
Hope, this would help.
Give a like if you are satisfied.
Okay…thanxx for your help!!