Christian Clauss
|
b75a7c77f8
|
pre-commit autoupdate: pyupgrade v2.34.0 -> v2.37.0 (#6245)
* pre-commit autoupdate: pyupgrade v2.34.0 -> v2.37.0
* pre-commit run --all-files
|
2022-07-11 10:19:52 +02:00 |
|
Dylan Buchi
|
99983c91ca
|
[mypy] Add/fix type annotations in data_structures/heap/skew_heap.py (#5634)
* Add abstract base class Comparable
* [mypy] Fix type annotations (strict mode)
* Fix a typo
* Remove Comparable class and set bound to bool
|
2021-10-31 09:38:24 +01:00 |
|
Christian Clauss
|
cecf43d648
|
Pyupgrade to Python 3.9 (#4718)
* 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 |
|
Phil Bazun
|
e3c07f987f
|
Add skew heap data structure. (#3238)
* Add skew heap data structure.
* fixup! Add skew heap data structure.
* fixup! Add skew heap data structure.
* fixup! Add skew heap data structure.
* Add tests.
* Add __iter__ method.
* fixup! Add __iter__ method.
|
2020-10-14 12:35:53 +02:00 |
|