This is for computer learning tic tac toe. Given the symmetry operations - flip about vertical axis, flip about horizontal axis, flip about diagonal (transpose), rotate 90 degrees) - I need to determine if two board configurations are equivalent, i.e. related by symmetry and, if so, what is the transformation from one to the other.
I guess I need group theory and my question is where to begin reading.