Leetcode hard problem 84. Largest Rectangle in Histogram, detailed explanation and solution in python language.
LeetCode Problem Link: https://leetcode.com/problems/largest...
Solution (Python Code): https://github.com/shaheershukur/Leet...
#leetcode #python #solution
LeetCode problem solving helps in improving one's problem solving and coding skills . Also, it helps in clearing technical interviews at top tech companies like Microsoft, Google, Amazon, Facebook, Walmart, Apple etc.
Problem Statement:
Given an array of integers heights representing the histogram's bar height where the width of each bar is 1, return the area of the largest rectangle in the histogram.