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
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers11
Suggested Problems
-
2257 Solvers
-
How to find the position of an element in a vector without using the find function
2711 Solvers
-
Find the sum of the elements in the "second" diagonal
1144 Solvers
-
75 Solvers
-
1513 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!