8 Commits

Author SHA1 Message Date
ac30a97e99 typo: strip 2018-06-26 10:55:21 +08:00
4e06949072 Modernize Python 2 code to get ready for Python 3 2017-11-25 10:23:50 +01:00
014786e340 Fix: typo in multiple files. 2017-10-07 06:47:50 -07:00
9deae5d14c PEP style and tree traversals 2016-09-26 02:45:14 +05:30
de8c5cbf00 Fixed typos 2016-08-16 12:56:38 -04:00
e359b6efd4 Fixed typos and added the shell sort algorithm 2016-08-16 12:43:02 -04:00
a2d2e4d6b5 Fix typo in documentation 2016-08-04 11:16:55 -07:00
976e81f88d Create bogosort.py
Bogosort randomly sorts a list until it is sorted. Its computational complexity has a best case of O(n) and a worst case of O(n!).
2016-08-04 11:07:45 -07:00