Problem 45238. Checkmate

  • The positions of different chess pieces are given in a cell p .
  • The position of the king is given as x

Determine if the opponent king is in check for individual scenerios.

  • x='Kg7'
  • p={'Qe5','Qg5','Qb5','Qa7'}

output= [1,1,0,1]

N.b.any invalid position should produce 0. u may imagine p as the white pieces and x as the black king for clarity.

Solution Stats

52.63% Correct | 47.37% Incorrect
Last Solution submitted on Nov 22, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers10

Suggested Problems

More from this Author174

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!