Topic: Backtracking Problem / Level: beginner

Problem: Solve the "Magic Square" problem by finding valid configurations for a square matrix filled with numbers from 1 to n.

Run the code to see the output here...