Topic: Dynamic Programming Problem / Level: beginner

Problem: Solve the "Maximal Square Problem" where you need to find the largest square made of 1s in a binary matrix.

Run the code to see the output here...