Checkmate-02 - MATLAB Cody - MATLAB Central

Problem 45239. Checkmate-02

Difficulty:Rate

This is an extension of the problem https://www.mathworks.com/matlabcentral/cody/problems/45238-checkmate

If the king is in check, examine the next move of the king. List all those possible moves by which king can avoid the check by the next move.

Otherwise 'checkmate'.

  • r = king's location
  • p = position of opponent's pieces
  • if the king is currently not in check, then he doesn't need to move. so return empty.
  • for simplicity, assume that the king cannot take out opponent's pieces.

Solution Stats

28.57% Correct | 71.43% Incorrect
Last Solution submitted on Jan 24, 2025

Problem Comments

Solution Comments

Show comments

Group

Number theory Image
Number theory
  • 44 Problems
  • 21 Finishers

Problem Recent Solvers8

Problem Tags

Community Treasure Hunt

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

Start Hunting!
Go to top of page