Added a good reference video on Quick sort

Added a link to one of the finest videos on Quick sort for beginners to understand. It belongs to MyCodeSchool channel on youtube.
pull/18824/head
Shantanu Tripathi 2018-10-12 13:11:24 +05:30 committed by Kristofer Koishigawa
parent 667f900797
commit 16d643ecba
1 changed files with 2 additions and 0 deletions

View File

@ -140,3 +140,5 @@ The space complexity of quick sort is O(n). This is an improvement over other di
- <a href='https://www.youtube.com/watch?v=SLauY6PpjW4' target='_blank' rel='nofollow'>Youtube: Gayle Laakmann McDowell (author of Cracking The Coding Interview) explains the basics of quicksort and show some implementations</a>
- <a href='https://www.youtube.com/watch?v=COk73cpQbFQ' target='_blank' rel='nofollow'>Quick Sort - MyCodeSchool</a>