File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 16
16
- id : auto-walrus
17
17
18
18
- repo : https://github.com/astral-sh/ruff-pre-commit
19
- rev : v0.9.9
19
+ rev : v0.9.10
20
20
hooks :
21
21
- id : ruff
22
22
- id : ruff-format
Original file line number Diff line number Diff line change 289
289
* [ Dijkstras Two Stack Algorithm] ( data_structures/stacks/dijkstras_two_stack_algorithm.py )
290
290
* [ Infix To Postfix Conversion] ( data_structures/stacks/infix_to_postfix_conversion.py )
291
291
* [ Infix To Prefix Conversion] ( data_structures/stacks/infix_to_prefix_conversion.py )
292
+ * [ Largest Rectangle Histogram] ( data_structures/stacks/largest_rectangle_histogram.py )
292
293
* [ Lexicographical Numbers] ( data_structures/stacks/lexicographical_numbers.py )
293
294
* [ Next Greater Element] ( data_structures/stacks/next_greater_element.py )
294
295
* [ Postfix Evaluation] ( data_structures/stacks/postfix_evaluation.py )
You can’t perform that action at this time.
0 commit comments