The bitwise operations in relation to obtaining Latin squares
Krasimir Yordzhev

TL;DR
This paper presents an algorithm utilizing bitwise operations in C++ and Java to generate Latin squares of any order, serving as an educational example for students learning programming techniques.
Contribution
It introduces a novel algorithm that employs bitwise operations to construct Latin squares of arbitrary size, illustrating practical programming applications.
Findings
Algorithm successfully generates Latin squares of various sizes.
Bitwise techniques simplify the process of constructing Latin squares.
Educational value for programming students learning bitwise operations.
Abstract
The main thrust of the article is to provide interesting example, useful for students of using bitwise operations in the programming languages C ++ and Java. As an example, we describe an algorithm for obtaining a Latin square of arbitrary order. We will outline some techniques for the use of bitwise operations.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
