Commit Graph

2 Commits (2f47d5c828cf078b65e9591a0ff20a50a106034f)

Author SHA1 Message Date
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
acdlee 00e10d9250
Added Insertion and Selection sort to the python folders. (#22)
* Added Insertion and Selection sort to the python folders.

* Loop(s) bound issues resolved; semantics of pseudocode to the range function recognized.

Co-authored-by: Christopher Lee <christopherlee@wireless-10-104-179-111.umd.edu>
2021-01-22 07:50:42 -09:00