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 |
|
Dhruv Manilawala
|
6f21f76696
|
fix(ci): Update pre-commit hooks and apply new black (#4359)
* fix(ci): Update pre-commit hooks and apply new black
* remove empty docstring
|
2021-04-26 07:46:50 +02:00 |
|
Mark Huang
|
207ac957ef
|
[mypy] Add type hints and docstrings to heap.py (#3013)
* Add type hints and docstrings to heap.py
- Add type hints
- Add docstrings
- Add explanatory comments
- Improve code readability
- Change to use f-string
* Fix import sorting
* fixup! Format Python code with psf/black push
* Fix static type error
* Fix failing test
* Fix type hints
* Add return annotation
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
|
2020-12-26 08:42:37 +05:30 |
|
Christian Clauss
|
9b95e4f662
|
Pyupgrade to python3.8 (#3616)
* Upgrade to Python 3.8 syntax
* updating DIRECTORY.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2020-10-21 12:46:14 +02:00 |
|
Christian Clauss
|
bfcb95b297
|
Create codespell.yml (#1698)
* fixup! Format Python code with psf/black push
* Create codespell.yml
* fixup! Format Python code with psf/black push
|
2020-01-18 13:24:33 +01:00 |
|
lanzhiwang
|
fc4c0f5bfd
|
implement max heap and more pythonic (#1685)
* implement max heap and more pythonic
* add doctests for heap
|
2020-01-14 12:16:11 +01: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 |
|
Akash Ali
|
6f6510623c
|
Update heap.py (#726)
Added comments for the better understanding of heap.
|
2019-03-04 16:49:36 +08:00 |
|
Yasser A
|
840aa6209b
|
fix division by float issue in range heap.py
|
2018-11-06 17:19:51 -05:00 |
|
Alex Brown
|
564179a0ec
|
increment 1
|
2018-10-19 07:48:28 -05:00 |
|