Added a good reference video for selection sort (#18372)

This commit is contained in:
Shantanu Tripathi
2018-10-13 20:34:04 +05:30
committed by Kristofer Koishigawa
parent 50260cf0ae
commit f26c13b68d

View File

@ -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)