Problem 45240. Can the knight take out the pawn?
- position of knight = k
- position of pawns = p
can the knight take out those pawns?
- k='Nf4'
- p={'g6','g7'}
then output should be [1,0]
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers10
Suggested Problems
-
Back to basics 23 - Triangular matrix
956 Solvers
-
Getting the indices from a vector
8415 Solvers
-
Find the maximum number of decimal places in a set of numbers
2453 Solvers
-
Find Index of maximum Value and maximum Value of a vector
160 Solvers
-
Detect a number and replace with two NaN's
189 Solvers
More from this Author165
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!