Problem 52163. Peg Solitaire - Get Possible Moves
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
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers4
Suggested Problems
-
Find the sum of the elements in the "second" diagonal
1158 Solvers
-
Find a subset that divides the vector into equal halves
390 Solvers
-
Remove from a 2-D matrix all the rows that contain at least one element less than or equal to 4
136 Solvers
-
571 Solvers
-
Simple equation: Annual salary
4201 Solvers
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!