Topic: Backtracking Problem / Level: intermediate

Problem: Solve the "Largest Rectangle in Histogram" problem by finding the largest rectangle that can be formed.

Run the code to see the output here...