Python/data_structures/stacks
Christian Clauss 1f8a21d727
Tighten up psf/black and flake8 (#2024)
* Tighten up psf/black and flake8

* Fix some tests

* Fix some E741

* Fix some E741

* updating DIRECTORY.md

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-05-22 08:10:11 +02:00
..
__init__.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
balanced_parentheses.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
infix_to_postfix_conversion.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
infix_to_prefix_conversion.py Fix indentation contains tabs (flake8 E101,W191) (#1573) 2019-11-15 23:05:00 -08:00
linked_stack.py Implement Linked Queue and Linked Stack data structures (#1324) 2019-10-18 08:38:31 +02:00
next_greater_element.py psf/black changes to next_greater_element.py (#1817) 2020-03-28 07:24:59 +01:00
postfix_evaluation.py Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02:00
prefix_evaluation.py Add a program to evaluate a string in prefix notation (Polish Notation) (#1675) 2020-01-12 15:00:40 +05:30
stack_using_dll.py actions/checkout@v2 (#1643) 2019-12-26 19:50:12 +08:00
stack.py Fix psf/black issues than fail the build (#1935) 2020-05-03 23:58:44 +02:00
stock_span_problem.py Create codespell.yml (#1698) 2020-01-18 13:24:33 +01:00