File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 187
187
* [ Evaluate Postfix Notations] ( https://github.com/TheAlgorithms/Python/blob/master/data_structures/stacks/evaluate_postfix_notations.py )
188
188
* [ Infix To Postfix Conversion] ( https://github.com/TheAlgorithms/Python/blob/master/data_structures/stacks/infix_to_postfix_conversion.py )
189
189
* [ Infix To Prefix Conversion] ( https://github.com/TheAlgorithms/Python/blob/master/data_structures/stacks/infix_to_prefix_conversion.py )
190
- * [ Linked Stack] ( https://github.com/TheAlgorithms/Python/blob/master/data_structures/stacks/linked_stack.py )
191
190
* [ Next Greater Element] ( https://github.com/TheAlgorithms/Python/blob/master/data_structures/stacks/next_greater_element.py )
192
191
* [ Postfix Evaluation] ( https://github.com/TheAlgorithms/Python/blob/master/data_structures/stacks/postfix_evaluation.py )
193
192
* [ Prefix Evaluation] ( https://github.com/TheAlgorithms/Python/blob/master/data_structures/stacks/prefix_evaluation.py )
194
193
* [ Stack] ( https://github.com/TheAlgorithms/Python/blob/master/data_structures/stacks/stack.py )
195
194
* [ Stack Using Dll] ( https://github.com/TheAlgorithms/Python/blob/master/data_structures/stacks/stack_using_dll.py )
195
+ * [ Stack With Singly Linked List] ( https://github.com/TheAlgorithms/Python/blob/master/data_structures/stacks/stack_with_singly_linked_list.py )
196
196
* [ Stock Span Problem] ( https://github.com/TheAlgorithms/Python/blob/master/data_structures/stacks/stock_span_problem.py )
197
197
* Trie
198
198
* [ Trie] ( https://github.com/TheAlgorithms/Python/blob/master/data_structures/trie/trie.py )
You can’t perform that action at this time.
0 commit comments