- 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 comments
Loading...
Problem Recent Solvers15
Suggested Problems
-
2530 Solvers
-
316 Solvers
-
Count letters occurence in text, specific to words with a given length.
202 Solvers
-
Implement a bubble sort technique and output the number of swaps required
394 Solvers
-
287 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!