magicsquare

Magic Square allows you to generate magic square at any length in python


Keywords
magicsquare, python3, package, algorithm
License
MIT
Install
pip install magicsquare==1.0.1

Documentation

Magic_Square

This is a program which can generate solutions for any size of Magic Square problem. This program applies three different algorithms, and it also contains a validation function for generated solutions. This is an unique composite solution in Python.