Commit Graph

4 Commits

Author SHA1 Message Date
Nolan Emirot
d530d2bcf4
fix: comment in patience sort () 2021-10-04 11:33:42 +08:00
Christian Clauss
cecf43d648
Pyupgrade to Python 3.9 ()
* Pyupgrade to Python 3.9

* updating DIRECTORY.md

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2021-09-07 13:37:03 +02:00
Matthew
a4726ca248
[mypy]Correction of all errors in the sorts directory ()
* [mypy] Add/fix type annotations for recursive_insertion_sort()

* [mypy] Add/fix type annotations for bucket_sort()

* [mypy] Reworked code for cocktail_shaker_sort so that missing return statement error is resolved()

* [mypy] Add/fix type annotations for patience_sort()

* [mypy] Add/fix type annotations for radix_sort()

Co-authored-by: goodm2 <4qjpngu8mem8cz>
2021-02-23 10:02:30 +01:00
JoaoVictorNascimento
79d57552aa
Add Patience Sort ()
* Add Patience Sort

* fix code for pre-commit

* Fix params def

* Adding new line at end of file

* Remove Trailing Whitespace

* Adding space between the methods of the Stack class

* Removing Trailing Whitespace

* Ordering Imports

* Adding url patience sort

Co-authored-by: jvnascimento <nascimento783@gmail.com>
2020-10-18 23:44:19 +02:00