mateuszz0000
|
b080a5e027
|
Doctests + typehints in cocktail shaker sort (#2061)
* Doctests in cocktail shaker sort
* import doctest
* print(f"{cocktail_shaker_sort(unsorted) = }")
Co-authored-by: John Law <johnlaw.po@gmail.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
|
2020-06-02 11:51:22 +02:00 |
|
William Zhang
|
9eac17a408
|
psf/black code formatting (#1277)
|
2019-10-05 10:14:13 +05:00 |
|
Christian Clauss
|
47a9ea2b0b
|
Simplify code by dropping support for legacy Python (#1143)
* Simplify code by dropping support for legacy Python
* sort() --> sorted()
|
2019-08-19 15:37:49 +02:00 |
|
cclauss
|
4e06949072
|
Modernize Python 2 code to get ready for Python 3
|
2017-11-25 10:23:50 +01:00 |
|
KyleScharnhorst
|
014786e340
|
Fix: typo in multiple files.
|
2017-10-07 06:47:50 -07:00 |
|
Tommi Laivamaa
|
8f93472071
|
Added implementations of gnome sort and cocktail shaker sort
|
2016-12-04 17:00:20 +02:00 |
|