#MAGIC SQUARE An NxN matrix containing values from 1 to N*N that are ordered so that the sum of the rows, columns, and the major diagonals are all equal. Written in C++.
sash236/NxN_Matrix_Magic_Square
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
#MAGIC SQUARE An NxN matrix containing values from 1 to N*N that are ordered so that the sum of the rows, columns, and the major diagonals are all equal. Written in C++.