Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Maximal Rectangle" problem where you find the largest rectangle containing only 1s in a binary matrix using dynamic programming.

Run the code to see the output here...