Skip to content

A python function that can be used to test your solutions of magic squares math puzzles.

Notifications You must be signed in to change notification settings

ReacyR/Magic_Squares

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Magic_Squares


A magic square is a mathematical puzzle similar to a sudoko but with a twist. You are given a grid of numbers with some blanks that must be filled in to solve the puzzle. In order for your solution to be correct, each of the rows, columns, and diagonals must add up to the same number(which is not given to you, you must solve for this also).


About

A python function that can be used to test your solutions of magic squares math puzzles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages