We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1022a29 commit 2a5306fCopy full SHA for 2a5306f
DIRECTORY.md
@@ -289,6 +289,7 @@
289
* [Dijkstras Two Stack Algorithm](data_structures/stacks/dijkstras_two_stack_algorithm.py)
290
* [Infix To Postfix Conversion](data_structures/stacks/infix_to_postfix_conversion.py)
291
* [Infix To Prefix Conversion](data_structures/stacks/infix_to_prefix_conversion.py)
292
+ * [Largest Rectangle Histogram](data_structures/stacks/largest_rectangle_histogram.py)
293
* [Lexicographical Numbers](data_structures/stacks/lexicographical_numbers.py)
294
* [Next Greater Element](data_structures/stacks/next_greater_element.py)
295
* [Postfix Evaluation](data_structures/stacks/postfix_evaluation.py)
0 commit comments