You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
Solving magic square problem with a metaheuristic approach - Implemented in Rust