Python/data_structures/stacks
Akash G Krishnan 7d84f7fe61
Adding in the evaluate postfix notation using Stack (#2598)
* Create evaluate_postfix_notations.py

Adding in the evaluate postfix notation using Stacks
one of the common use with simple stack question
creating a new file for the data structure of stacks

* Create evaluate_postfix_notations.py

Adding in the evaluate postfix notation using Stacks
one of the common use with simple stack question
creating a new file for the data structure of stacks

* Delete evaluate_postfix_notations.py

* Evaluate postfix expression stack clean approach

Sending in the PR again as the Previous request failed in pre commit

* Update evaluate_postfix_notations.py

* Update evaluate_postfix_notations.py

Made changes as per the required for fixing the failing pre-commits.

* Update evaluate_postfix_notations.py

Made changes as suggested by @cclauss

* Update evaluate_postfix_notations.py

fixed pre-commit fails

* Update evaluate_postfix_notations.py

fixing pre-commit fails

* Update evaluate_postfix_notations.py

Deleted trailing white spaces causing pre-commits to fail

* Update data_structures/stacks/evaluate_postfix_notations.py

Co-authored-by: Christian Clauss <cclauss@me.com>

* Update data_structures/stacks/evaluate_postfix_notations.py

Co-authored-by: Christian Clauss <cclauss@me.com>

Co-authored-by: Christian Clauss <cclauss@me.com>
2020-10-16 20:45:26 +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
dijkstras_two_stack_algorithm.py Optimization and fix bug (#2342) 2020-08-21 14:39:03 +08:00
evaluate_postfix_notations.py Adding in the evaluate postfix notation using Stack (#2598) 2020-10-16 20:45:26 +02:00
infix_to_postfix_conversion.py Optimized recursive_bubble_sort (#2410) 2020-09-10 10:31:26 +02:00
infix_to_prefix_conversion.py Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02: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 Updated Stack (#2414) 2020-09-13 13:56:03 +02:00
stock_span_problem.py Create codespell.yml (#1698) 2020-01-18 13:24:33 +01:00