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)