Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Largest Rectangle in Histogram" problem where you find the largest rectangle that can be formed in a histogram using dynamic programming.

Run the code to see the output here...