From f26c13b68d5616867b1bf7b8c08cddd398259f48 Mon Sep 17 00:00:00 2001 From: Shantanu Tripathi Date: Sat, 13 Oct 2018 20:34:04 +0530 Subject: [PATCH] Added a good reference video for selection sort (#18372) --- .../algorithms/sorting-algorithms/selection-sort/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/pages/guide/english/algorithms/sorting-algorithms/selection-sort/index.md b/client/src/pages/guide/english/algorithms/sorting-algorithms/selection-sort/index.md index 7b6912e0b9..beb7127bb0 100644 --- a/client/src/pages/guide/english/algorithms/sorting-algorithms/selection-sort/index.md +++ b/client/src/pages/guide/english/algorithms/sorting-algorithms/selection-sort/index.md @@ -93,3 +93,4 @@ def seletion_sort(arr): * [Wikipedia](https://en.wikipedia.org/wiki/Selection_sort) * [KhanAcademy](https://www.khanacademy.org/computing/computer-science/algorithms#sorting-algorithms) +* [MyCodeSchool](https://www.youtube.com/watch?v=GUDLRan2DWM)