7 results for “topic:magic-square-solver”
Magic Square Finder in Java using combination trees and object-orientated design principles. The algorithm will search and find all N*N magic squares.
This is a C project. The user inserts 2 numbers, and then the program creates and shows the magic square that these 2 numbers create.
Python Programs
Magic Square solver in Prolog
This module makes it possible to check if a matrix is a magic square or not. As a reminder, a magic square is a matrix N * N whose numbers are distinct and between 1 and (N * N) where the sum of a line, a column or a diagonal is always equal to the same number.
Simple magic square rule based Tic Tac Toe game using java and JavaFX for GUI
Program to find magic squares with user-given parameters