Skip to content

A C code for generating magic squares of any size. Accompanied by a portuguese and an english documentation. Docs can be found in the Wiki section.

Notifications You must be signed in to change notification settings

pdrsa/magicSquares

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

magicSquares (en)

The input for the program is an integer n: the size of the square side.

The output is a Magic Square of side n.

Also, the program will generate a .txt file with the magic square.

A complete documentation can be found in the wiki page of the project.

magicSquares (pt)

A entrada para o programa é um inteiro n: o tamanho do lado do quadrado.

A sada é um Quadrado Mágico de lado n.

Além disso, o pŕograma gera um .txt com o quadrado.

Uma documentaço completa em português pode ser encontrada na Wiki do projeto.

About

A C code for generating magic squares of any size. Accompanied by a portuguese and an english documentation. Docs can be found in the Wiki section.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages