Topic: Dynamic Programming Problem / Level: beginner

Problem: Solve the "Maximal Square Problem" to find the largest square containing only 1s in a binary matrix.

Run the code to see the output here...