Peg Solitaire - Get Possible Moves - MATLAB Cody - MATLAB Central

Problem 52163. Peg Solitaire - Get Possible Moves

Difficulty:Rate
Consider following initial board; (1) indicates there is a peg and (0) indicates empty holes.
For this initial board, we can move;
  • the peg located on (2,4) to down (2) direction.
  • the peg located on (4,2) to right (6) direction
  • the peg located on (6,4) to up (8) direction,
  • the peg located on (4,6) to left (4) direction.
Write a function to list all the possible move for the given board.

Solution Stats

26.67% Correct | 73.33% Incorrect
Last Solution submitted on Oct 11, 2022

Problem Comments

Solution Comments

Show comments
MATLAB Without Borders: Connecting your projects with Python and other Open Source Tools.
On 27th February María Elena Gavilán Alfonso and I will be giving...
0
6

Problem Recent Solvers4

Suggested Problems

More from this Author92

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