DSA/sorting/python
Christian Clauss b95fa5b691
Add Python doctest to selection_sort.py (#167)
* Add Python doctest to selection_sort.py

* fix isort

* Update selection-sort.py

* all(selection_sort(arr) or arr == sorted(arr) for arr in arrays)
2021-04-12 06:02:35 -04:00
..
bubble-sort.py GitHub Action to lint Python code (#151) 2021-04-10 21:21:48 -04:00
insertion-sort.py Added Insertion and Selection sort to the python folders. (#22) 2021-01-22 07:50:42 -09:00
quick-sort.py Quick Sort In Python (#35) 2021-01-29 08:54:21 -04:00
selection-sort.py Add Python doctest to selection_sort.py (#167) 2021-04-12 06:02:35 -04:00