59 results for “topic:magic-square”
Discovering magic squares in Tang Dynasty poems
A Tic-Tac-Toe Game with an unbeatable AI
Computer Algebra and Symbolic Computation System for Combinatorics and Algebraic Number Theory for JavaScript
Magic Square Finder in Java using combination trees and object-orientated design principles. The algorithm will search and find all N*N magic squares.
First Project of My University Life
Leonhard Euler's Magic Square
The number of magic squares of a given dimension is mostly unknown. I wrote a program to quickly determine the number of all magic squares of dimension 4.
My python implementations of some genetic algorithms
A small collection of Linear Algebra routines
Magic square finder (brute-force algorithm)
A website that constructs magic squares
collection of small algorithms
A program written in C to search for Magic Square of Squares.
Multiple AI algorithms which solve Magic Square.
Pytnawko - this is a puzzle game where you need to move tiles across a 4x4 field to arrange the numbers from 1 to 15, leaving one cell empty to move.
Generate valid Magic square through branch and bound algorithm
Magic Square solver in Ruby
Magic square of squares (4x4 dimension), big numbers supported
Magic Square Generator - Generates magic square for exact given row sum and size.
Repository for Papers related to Ancient Concepts and Topics
Interactive magic square generator.
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.
💠A simple CLI-based magic square generator and solver built with vanilla python.
A program to the calculate the total minimal cost of converting the input square ( 3x3 matrix ) to a magic square
Magic Square nXn With JavaScript
A C++ program for generating all the possible magic squares of side length N
Arabic Abjad Calculator & Magic Square Generator (وفق) built with Flask
A Website that calculates your Electronic Taxpayer Identification Number.
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.
Find all 5x5 size magic squares in two approaches