[Google] Fill 2D Array
(This question has been seen in the interviews of the following companies: Google)
Given a n*n 2D array. Fill the integer from 1 to n*n to this 2D array that makes the sum of each row, each column and the two diagonal equal.
Copyright © A++ Code Bootcamp 2023