Posts from 2020/05
Adjacency in a Grid
May 04, 2020 13:07
Many times when I have to deal with grids and adjacency, I always come up with a solution that results in difficult to understand code that makes no sense to anyone who uses it. Here I will try and explain my system to defining adjacency in a square grid and why I use it.
Consider a grid where you...
Read post