Efficient Chess Board Representation

from blog ᕕʕ •ᴥ•ʔ୨ Shank Space, | ↗ original
by Raghava G. Dhanya and Shashank S. AbstractIn this article, we examine how to represent the game state of a chess board as space-efficiently as possible. We propose two methods for representing the game state: the Static Method and the Dynamic Method. Both methods have their advantages and disadvantages, and we discuss their respective...