Python/data_structures/stacks
pre-commit-ci[bot] 421ace81ed
[pre-commit.ci] pre-commit autoupdate (#9013)
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.285 → v0.0.286](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.285...v0.0.286)
- [github.com/tox-dev/pyproject-fmt: 0.13.1 → 1.1.0](https://github.com/tox-dev/pyproject-fmt/compare/0.13.1...1.1.0)

* updating DIRECTORY.md

* Fis ruff rules PIE808,PLR1714

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
2023-08-29 15:18:10 +02: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 Fix some typos (#6113) 2022-05-01 18:44:23 +08: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 Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062) 2022-10-13 00:54:20 +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_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 refactor: Indent ... for visual purposes (#7744) 2022-10-27 19:42:30 +02:00
stack.py Add more ruff rules (#8767) 2023-05-26 09:34:17 +02:00
stock_span_problem.py [pre-commit.ci] pre-commit autoupdate (#9013) 2023-08-29 15:18:10 +02:00