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 comments
Loading...
Problem Recent Solvers5
Suggested Problems
-
First non-zero element in each column
957 Solvers
-
Remove white space from the string
208 Solvers
-
430 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
601 Solvers
-
find the surface area of a cube
568 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!