Consider inital board;
If we move the peg located on (4,6) to the left (4) direction. the next board will look like;
Write a function that will return the next board after applying the move. Assume all of the moves (second input of the function) are legal moves.
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers7
Suggested Problems
-
Convert a vector into a number
619 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
400 Solvers
-
785 Solvers
-
Side of an equilateral triangle
7068 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!