Master Data Structures & Algorithms For FREE at AlgoMap.io!
@venkateshk816Күн бұрын
hey Greg so far you explained the nightmare of sorting(quicksort) very simply but it would be better to include the pivot elements with different positions like it is easy to do picking pivot at last or first but when considering the pivot at the middle element as a pivot i am getting little bit of confused in the part of list comprehension will you make a video of it or you can explain me in this chat
@SARABESHKANISHKARVAD12 күн бұрын
this is the easiest tutorial on quick sort I have seen
@harshgamer61054 ай бұрын
damn! this is by far the easiest tutorial on quick sort, others were making it too complex!, thanks greg!
@creativeusername44004 ай бұрын
thank you greg you deserve a million subs!
@GregHogg4 ай бұрын
Thank you! Trying my hardest to get there haha
@amaliyaakopyan920013 күн бұрын
@@GregHogg it is so pleasant to watch drawing how algorithm actually runs. this proper visualization makes understanding so much easier. btw, got count sort on my interview)
@Everafterbreak_2 ай бұрын
your content is incredible!
@GregHogg2 ай бұрын
Thank you!
@SpaceTalon4 ай бұрын
Nice!
@prashanthnellutla6681Ай бұрын
Counting sort was overwhelming and overkill
@ashiyashaikh52754 ай бұрын
❤
@adm7r21 күн бұрын
i'm following algomap, but don't see a link to this video in any of the sections, why?
@GregHogg21 күн бұрын
It's important theory, but not really that essential for most problems in my opinion
@adm7r21 күн бұрын
@@GregHoggmakes sense, thank you for the reply
@RaghuPratap-of8xs3 ай бұрын
what is the use of i
@produceutopia4 ай бұрын
Doesn't your implementation of quick sort use O(n log(n)) space as you are creating many new lists?
@fantastic-b2m4 ай бұрын
it only creates one additional list which he named it as counts
@produceutopia4 ай бұрын
No, he creates a new R and L list each time and passes them down
@GregHogg4 ай бұрын
Yes but not all are present at the same time
@produceutopia4 ай бұрын
@@GregHogg So at most at one time, they will have O(n) space in total?
@Chandhu9874 ай бұрын
explain with user input list
@GregHogg4 ай бұрын
What
@kleejensen86842 ай бұрын
What about heap sort???
@Ganesh-lm5dxАй бұрын
he has a separate video for heap data structure and it is pretty easy to understand
@Everafterbreak_2 ай бұрын
are you drawing using the mouse? i need these skills. lmaooo