Problem 54770. Count the peaceful queens
In a 5x5 chessboard with a queen of one color (white, say) on the perimeter, one can place 12 black queens on the board such that none of the black queens can attack the white one (or vice versa).
Write a function that returns the number of queens that cannot attack a queen of the other color placed anywhere on the perimeter of an nxn chessboard.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers63
Suggested Problems
-
3174 Solvers
-
9217 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
11727 Solvers
-
110 Solvers
-
1256 Solvers
More from this Author282
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!