Figure 5 - available via license: Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International
Content may be subject to copyright.
Source publication
The classic n-queens problem asks for placements of just n mutually non-attacking queens on an n × n board. By adding enough pawns, we can arrange to fill roughly one-quarter of the board with mutually non-attacking queens. How many pawns do we need? We discuss that question for square boards as well as rectangular m × n boards.
Contexts in source publication
Context 1
... Sketch: Again we present a pattern (as illustrated in Figure 5) that produces the desired results. Given a 4k × 4k board, label the rows and columns −2k . . . ...
Context 2
... can check that none of the queens attack any of the other queens. We conclude by noting that four pawns in the outer ring formed by the first and last rows and the first and last columns (circled in Figure 5) can be removed. 0lplplpZ o0Z0Z0Zq qZ0oqZ0o o0l0ZpZq qZpZ0l0o o0Zqo0Zq qZ0Z0Z0o Zplplpl0 Can we do better? ...
Similar publications
The $n$-queens puzzle is to place $n$ mutually non-attacking queens on an $n \times n$ chess board. We present a simple randomized algorithm to construct such configurations. We first use a random greedy algorithm to construct an approximate toroidal $n$-queens configuration. In this well-known variant the diagonals wrap around the board from left...
Citations
... Conclusively, the problem has been told in the process of integer programming corresponding to the assignment program. The below figure [6] explains about one of the example for 8*8 queen problem. The solutions for n queen value in N*N chessboard are fixed. ...
The combinatorial optimization problem is a collection of problems which need a sample amount of time and effort to be solved. Vast difficulties have been occurring to solving these types of problem that there is no exact formula to solve the problem. Each feasible solution works on some order and the size of the probability increases algorithmically as the number of the problem also increases dynamically. This paper discusses about N-Queen problem, it is also a type of NP-hard problem. Many researchers have proposed various methods and algorithms for this problem. Henceforth, Genetic Algorithm is one kind of famous algorithm for solving NP hard problems. This paper mainly focuses on the review work of genetic algorithm to solve the N-Queen Problems (NPQ).
... Proof: On a 1 × 1 or a 2 × 2 board, a single dragon horse placed on any square leaves all other empty squares attacked, so β(H 1 ) = β(H 2 ) = 1. To see that β(H 4 ) 4, place dragon horses on squares (0, 0), (0, 2), (2, 1), and (2,3). To see that β(H 4 ) 4, partition the board into a 2 × 2 array of 2 × 2 blocks and note that each block can only hold one dragon horse of an independent set. ...
... 5. Since chess queens do not move through other pieces, placing pawns on a board may increase the maximum number of independent queens we can put on that board. In [3] it is noted that the maximum number of mutually nonattacking queens that can be placed on an n × n board with pawns is n 2 4 if n is even and (n+1) 2 ...
... That argument also works for dragon kings and dragon horses. So, as [3] asks for queens, how many pawns are needed to allow the maximum number of dragon kings or dragon horses on the board? ...
Given a (symmetrically-moving) piece from a chesslike game, such as shogi, and an n×n board, we can form a graph with a vertex for each square and an edge between two vertices if the piece can move from one vertex to the other. We consider two pieces from shogi: the dragon king, which moves like a rook and king from chess, and the dragon horse, which moves like a bishop and rook from chess. We show that the independence number for the dragon kings graph equals the independence number for the queens graph. We show that the (independent) domination number of the dragon kings graph is n − 2 for 4 ≤ n ≤ 6 and n − 3 for n ≥ 7. For the dragon horses graph, we show that the independence number is 2n − 3 for n ≥ 5, the domination number is at most n−1 for n ≥ 4, and the independent domination number is at most n for n ≥ 5.