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
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
46124 Solvers
-
Find state names that end with the letter A
1116 Solvers
-
Replace NaNs with the number that appears to its left in the row.
2796 Solvers
-
973 Solvers
-
251 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!