Python/data_structures/stacks
pre-commit-ci[bot] bc8df6de31
[pre-commit.ci] pre-commit autoupdate (#11322)
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.2.2...v0.3.2)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.8.0...v1.9.0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-03-13 07:52:41 +01:00
..
__init__.py Update infix to postfix (#3817) 2020-11-02 00:35:31 +08:00
balanced_parentheses.py Fix type annotations for stack.py (#5566) 2021-10-26 20:33:08 +02:00
dijkstras_two_stack_algorithm.py [pre-commit.ci] pre-commit autoupdate (#11322) 2024-03-13 07:52:41 +01:00
infix_to_postfix_conversion.py fixes #8673; Add operator's associativity check for stacks/infix_to_p… (#8674) 2023-08-01 11:23:34 -07:00
infix_to_prefix_conversion.py Fix bug and edit doctests for infix_to_prefix_conversion (#10259) 2023-10-11 11:00:49 +02:00
next_greater_element.py Add flake8-builtins to pre-commit and fix errors (#7105) 2022-10-13 19:53:59 +05:30
postfix_evaluation.py Updated postfix_evaluation.py to support Unary operators (#8787) 2023-08-23 14:36:59 +02:00
prefix_evaluation.py pre-commit: Upgrade psf/black for stable style 2023 (#8110) 2023-02-01 18:44:54 +05:30
stack_using_two_queues.py added implementing stack using two queues (#10076) 2023-10-15 18:41:29 +02:00
stack_with_doubly_linked_list.py pre-commit: Upgrade psf/black for stable style 2023 (#8110) 2023-02-01 18:44:54 +05:30
stack_with_singly_linked_list.py [pre-commit.ci] pre-commit autoupdate (#11322) 2024-03-13 07:52:41 +01:00
stack.py Added doctest to stack.py (#11149) 2023-11-11 21:16:43 -05:00
stock_span_problem.py [pre-commit.ci] pre-commit autoupdate (#9013) 2023-08-29 15:18:10 +02:00