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 Solvers12
Suggested Problems
-
Maximum running product for a string of numbers
2216 Solvers
-
331 Solvers
-
Convert Two Character String into a Binary Vector
220 Solvers
-
Convert to Binary Coded Decimal
141 Solvers
-
81 Solvers
More from this Author174
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!