diff --git a/client/src/pages/guide/english/algorithms/sorting-algorithms/quick-sort/index.md b/client/src/pages/guide/english/algorithms/sorting-algorithms/quick-sort/index.md index fc46229b90d..5e8cc13cfb2 100644 --- a/client/src/pages/guide/english/algorithms/sorting-algorithms/quick-sort/index.md +++ b/client/src/pages/guide/english/algorithms/sorting-algorithms/quick-sort/index.md @@ -140,3 +140,5 @@ The space complexity of quick sort is O(n). This is an improvement over other di - Youtube: Gayle Laakmann McDowell (author of Cracking The Coding Interview) explains the basics of quicksort and show some implementations +- Quick Sort - MyCodeSchool +