Commit Graph

2 Commits (0ea8537c901f80c89ddb568f26da4134641b82a5)

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