Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Largest Rectangle in a 2D Binary Matrix" problem using dynamic programming.

Run the code to see the output here...