COMMITS
/ data_structures/stacks/stack.py November 12, 2023
S
Added doctest to stack.py (#11149)
Suyash Dongre committed
May 26, 2023
C
Add more ruff rules (#8767)
Christian Clauss committed
October 13, 2022
C
Add flake8 pluin flake8 bugbear to pre-commit (#7132)
Caeden committed
October 26, 2021
E
Fix type annotations for stack.py (#5566)
Edward Nuno committed
October 23, 2021
L
Update pop function (#5544)
Limbad Yash committed
September 7, 2021
C
Pyupgrade to Python 3.9 (#4718)
Christian Clauss committed
May 12, 2021
A
[mypy] Fix type annotations for linked_stack.py, evaluate_postfix_notations.py, stack.py in data structures (#4409)
Ahmed Haj Abdel Khaleq committed
April 26, 2021
D
fix(ci): Update pre-commit hooks and apply new black (#4359)
Dhruv Manilawala committed
September 13, 2020
D
Updated Stack (#2414)
Du Yuanchao committed
September 10, 2020
D
Optimized recursive_bubble_sort (#2410)
Du Yuanchao committed
May 3, 2020
C
Fix psf/black issues than fail the build (#1935)
Christian Clauss committed
A
Check if a item exist in stack or not (#1931)
Akash committed
January 3, 2020
C
pyupgrade --py37-plus **/*.py (#1654)
Christian Clauss committed
October 5, 2019
W
psf/black code formatting (#1277)
William Zhang committed
August 19, 2019
C
Simplify code by dropping support for legacy Python (#1143)
Christian Clauss committed
March 10, 2019
M
Fix '__bool__' method (#735)
Maxim Semenyuk committed
October 19, 2018
A
increment 1
Alex Brown committed