Commit Graph

10 Commits (cf1bc4692f6835f41ae4927d71b7cd5f774e3bc9)

Author SHA1 Message Date
Christian Clauss bd860a57a4
Add Python doctest to insertion-sort.py (#165)
* Add Python doctest to insertion-sort.py

* if __name__ == "__main__":

* Update insertion-sort.py
2021-04-12 12:23:20 -04:00
Christian Clauss 66c65383fb
Add Python doctests to quicksort.py (#166)
* Add Python doctests to quicksort.py

* quicksort(list(reversed(ascii_letters)))

* Update quick-sort.py
2021-04-12 12:22:12 -04:00
Christian Clauss e151d71572
Use Pythonic item access (#164) 2021-04-12 06:02:56 -04:00
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
Christian Clauss 0459f08eeb
GitHub Action to lint Python code (#151)
* GitHub Action to lint Python code

* Fix typo
2021-04-10 21:21:48 -04:00
Atin Bainada ccc78a79a4
Quick Sort In Python (#35)
* Create quick-sort.py

* Update README.md
2021-01-29 08:54:21 -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
Ming Tsai a02c39079e chore: rename the folder with the name 2021-01-15 07:39:13 -04:00
Ming Tsai cfff220d90 chore: rename the folder for temp 2021-01-15 07:38:21 -04:00
Ankur 37afdd60fd restructure the repo
- format discussed in issue #3
- rename files and folders to lower case
2021-01-14 12:15:56 +05:30