Skip to content

Fastest algorithm to generate a Latin square in Order of N. Powered by C language.

License

Notifications You must be signed in to change notification settings

BaseMax/LatinSquareGenerationC

Repository files navigation

Latin Square Generation C

Fastest algorithm to generate a Latin square in Order of N. Powered by C language.

Using

$ gcc LatinSquare.c -o latin
$ ./latin

Generate a latin square in order N

$ ./latin 54
$ ./latin 94
$ ./latin 4712
...

Sources

Bradley, J. V. Complete counterbalancing of immediate sequential effects in a Latin square design. Journal of the American Statistical Association, .1958, 53, 525-528.

© Copyright 2022, Max Base

Releases

No releases published

Packages

No packages published

Languages