We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a94380 commit b677a68Copy full SHA for b677a68
DIRECTORY.md
@@ -245,7 +245,6 @@
245
* Stacks
246
* [Balanced Parentheses](data_structures/stacks/balanced_parentheses.py)
247
* [Dijkstras Two Stack Algorithm](data_structures/stacks/dijkstras_two_stack_algorithm.py)
248
- * [Evaluate Postfix Notations](data_structures/stacks/evaluate_postfix_notations.py)
249
* [Infix To Postfix Conversion](data_structures/stacks/infix_to_postfix_conversion.py)
250
* [Infix To Prefix Conversion](data_structures/stacks/infix_to_prefix_conversion.py)
251
* [Next Greater Element](data_structures/stacks/next_greater_element.py)
0 commit comments