Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 240 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 240 Bytes

Solving magic square problem with a metaheuristic approach - Implemented in Rust.

Magic square problem is defined as finding a square of given size which sums of the numbers in each row, each column, and both main diagonals are the same.