It would be far better If you write the code step by step while explaining every step rather than copy pasting it and trying lo explain them🤔
@eshwarnkumar98465 жыл бұрын
in Quicksort(A,l,r), can you pls let me know what is "l" here. Is it the index or that starting point. Should we mention 0 or 1 for l? Please justify your answer sir?
@shobhitchaturvedi48666 жыл бұрын
Amazing Explanation
@rahulkumarsharma966 жыл бұрын
if you are able to understand it very well please run this code def quicksort(A,l,r): if r-l
@akanshagarwal0284 жыл бұрын
The voice is very low . I suggest to increase ur voice for better explaination sir
@vishal5850 Жыл бұрын
3:01 meowww
@manasavaranasifan9 ай бұрын
😂😂
@rahulkumarsharma966 жыл бұрын
but i am also using print(quicksort(l,0,len(l))) def quicksort(A,l,r): if r-l
@arpitaingermany6 жыл бұрын
Didn't understood the last one.
@rahulkumarsharma966 жыл бұрын
def quicksort(A,l,r): if r-l
@deepakdhaka.6 жыл бұрын
@@rahulkumarsharma96 just print l remove print from the last line where you are calling the function because it's just changing everything in that list itself
@sujitbasu28902 жыл бұрын
in the first line it should be r-l
@sujitbasu28902 жыл бұрын
also range should be l+1 to r+1 not r
@rahulkumarsharma966 жыл бұрын
def quicksort(A,l,r): if r-l
@rahulkumarsharma966 жыл бұрын
and there is some error that is missing two argument but in your video did not explain about it .. sir please solve my problem .