Given the position of different chess pieces on the chessboard, figure out whether castling is valid or not in the next move (white king).

  • a=position of white pieces
  • b=position of black pieces

https://en.wikipedia.org/wiki/Castling

Previous problem https://www.mathworks.com/matlabcentral/cody/problems/45330-castling-02#

Solution Stats

15 Solutions

9 Solvers

Last Solution submitted on Jan 23, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...