PopulateData

Populate / generate data based on certain conditions


Keywords
populatedata, python3, package, algorithm
License
MIT
Install
pip install PopulateData==1.0.0

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.