Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the histogram.
![image](https://assets.leetcode.com/uploads/2018/10/12/histogram_area.png) Input: [2,1,5,6,2,3] Output: 10