Topic: Dynamic Programming Problem / Level: advanced

Problem: Compute the "Maximal Rectangle of 1s in a Binary Matrix" using dynamic programming.

Run the code to see the output here...