From a09cc39bb0467f3eec1ad429cb43dacdd3a7458b Mon Sep 17 00:00:00 2001 From: Aman kumar <43309584+amankumar0199@users.noreply.github.com> Date: Fri, 25 Oct 2019 10:43:37 +0530 Subject: [PATCH] Update selection_sort.py --- Sorting Algorithms/selection_sort.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Sorting Algorithms/selection_sort.py b/Sorting Algorithms/selection_sort.py index 0ffeca0..59f412f 100644 --- a/Sorting Algorithms/selection_sort.py +++ b/Sorting Algorithms/selection_sort.py @@ -1,4 +1,5 @@ # Selection_Sort +#in this type of sorting we sort the length of list import sys A = [64, 25, 12, 22, 11]