File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ Whenever I face an interesting problem I document the algorithm that I learned t
31
31
# Sorting algorithms
32
32
* [ Bubble sort] ( https://github.com/AladdinPerzon/Algorithms-Collection-Python/blob/master/Algorithms/sorting/bubblesort.py )
33
33
* [ Insertion sort] ( https://github.com/AladdinPerzon/Algorithms-Collection-Python/blob/master/Algorithms/sorting/insertionsort.py )
34
+ * [ Selection sort] ( https://github.com/AladdinPerzon/Algorithms-Collection-Python/blob/master/Algorithms/sorting/selectionsort.py )
34
35
* [ Merge sort] ( https://github.com/AladdinPerzon/Algorithms-Collection-Python/blob/master/Algorithms/sorting/mergesort.py )
35
36
* [ Quick sort] ( https://github.com/AladdinPerzon/Algorithms-Collection-Python/blob/master/Algorithms/sorting/quicksort.py )
36
37
You can’t perform that action at this time.
0 commit comments