Skip to content

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages