A Complete Overview of Quicksort (Data Structures & Algorithms #11)

preview_player
Показать описание
Here's my introduction to / overview of the quicksort / quick sort algorithm!

Рекомендации по теме
Комментарии
Автор

I love how you hide all the code to avoid overwhelming

rickvian
Автор

Man I’m so glad that you decided to continue these series. I love these series. So educational and so simple unlike other textbooks. Please keep these going. Thanks YK.

retr
Автор

Sometimes he knowingly makes mistake to teach how to deal with it. Salute to him

gyantime
Автор

I love the way u teach.
Pls continue this series...

ankithans
Автор

Please complete all the other datastructures, we are waiting for that

yasaswinitirumanyam
Автор

Please continue to make data structures and algorithms simple. Among all the videos I watched this has the best explanation.

raevenbauto
Автор

Thank you for putting this series together, it's been an absolute life saver!!

isabelleseah
Автор

This explanation is so good that i wanna cry...i've watched tons of videos of quicksort and still confused. But after watching the overview explanation, not even the pseudocode yet, i'm able to code it out correctly! THANK YOU!

xueqianchen
Автор

CS Dojo, the visuals in this video are great!

arjunthecoder
Автор

I've been waiting for this new episode of your series thank so much for uploading

alive-official
Автор

Please continue to do this great job. You are teaching so creatively. ❤️

vishalialahappan
Автор

Thank you so much for your hard work!!!! Your vids are so helpful, and helped me understand better than most other people have. Also, i watched most of your videos and i wanted to say i really appreciate your sense of humour and the jokes, they make you even more enjoyable to learn from :)

coderslab
Автор

Thank you for this update .... I was looking forward for this.. keep inspiring

elixpo
Автор

Thank you so much for the most complete and well presented explanation I have come across so far!

warnercooler
Автор

Thank you CS Dojo! Very well explained!

TharaMesseroux
Автор

Keep these videos going, they are extremely helpful!

Ryclic
Автор

I compared this implementation to the one used by Gayle Laakman McDowell in her Quicksort video (by calculating the number of passes of each implementation) and found this approach to be slightly more efficient using arrays with all duplicates, some duplicates and no duplicates. Since in both cases the selection of the pivot is somewhat random, I deduced that the placement of the pivot in the middle (5:30) of the two regions contributed to this slight improvement.

UPDATE: What I mean with the relocation of the pivot, is that Gayle's approach picks the middle index as the pivot before swapping values rather than setting the pivot to the middle after the swap.

professorfontanez
Автор

Love from Brazil! My name is Diego and i really love the CS Dojo lessons...even with this huge amount of knowlegment He is able to teach everything in the way We can understand!

diegodesouza
Автор

Awesome keep going with more data structures and algorithms tutorials...eagerly waiting for future upcoming videos

emayanvadivel
Автор

Thank you please continue this series. Your explanations are very good.

coding_tips