Largest Rectangle in Histogram

00:00
HardSee topic tags for pattern hints
AmazonGoogle

Implement Largest rectangle in histogram using stack. Return the expected result as described.

Examples

Input → Ex1: See problem description for sample input/output.
Output →
Input → Ex2: Edge case: empty or single element input.
Output →