Given a chess board of and n x n. A knight at (X1,Y1) can clash with opposite colour knight at (X2, Y2) if
(X1,Y1)
(X2, Y2)
| x1 - x2| == 2 and |