Topic: Divide And Conquer Problem / Level: beginner

Problem: Use divide and conquer to find the largest square sub-matrix with all 1s in a binary matrix.

Run the code to see the output here...