Magic Square Matrix

Magic Square Matrix
A magic square is a simple mathematical game developed during the 1500.
Square is divided into equal number of rows and columns.
Start filling each square with the number from 1 to num ( where num = No of Rows X No of Columns )
You can only use a number once.
Fill each square so that the sum of each row is the same as the sum of each column.
In the example shown here, the sum of each row is 15, and the sum of each column is also 15.
In this Example : The numbers from 1 through 9 is used only once. This is called a magic square.

Developer: Arjun P M
Licence: OpenSource
Platform/Language: C
Download

Popular posts from this blog

Sequential File Allocation

Calendar