paper-with-me

Papers

The $n$-queens completion problem

2021-11-22 · Stefan Glock, David Munhá Correia, Benny Sudakov

An $n$-queens configuration is a placement of $n$ mutually non-attacking queens on an $n\times n$ chessboard. The $n$-queens completion problem, introduced by Nauck in 1850, is to decide whether a given partial configuration can be completed to an $n$-queens configuration. In this paper, we study an extremal aspect of this question, namely: how small must a partial configuration be so that a completion is always possible? We show that any placement of at most $n/60$ mutually non-attacking queens can be completed. We also provide partial configurations of roughly $n/4$ queens that cannot be completed, and formulate a number of interesting problems. Our proofs connect the queens problem to rainbow matchings in bipartite graphs and use probabilistic arguments together with linear programming duality.

📄 PDF Abstract BibTeX arXiv:2111.11402

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Linear algorithm for solution n-Queens Completion problem

2019-12-05 · E. Grigoryan

A linear algorithm is described for solving the n-Queens Completion problem for an arbitrary composition of k queens, consistently distributed on a chessboard of size n x n. Two important rules are used in the algorithm:…

An Adaptive Genetic Algorithm for Solving N-Queens Problem

2017-11-01 · Uddalok Sarkar, Sayan Nag

In this paper a Metaheuristic approach for solving the N-Queens Problem is introduced to find the best possible solution in a reasonable amount of time. Genetic Algorithm is used with a novel fitness function as the Meta…

Application of the Brain Drain Optimization Algorithm to the N-Queens Problem

2025-04-26 · Sahar Ramezani Jolfaei, Sepehr Khodadadi Hossein Abadi

This paper introduces the application of the Brain Drain Optimization algorithm -- a swarm-based metaheuristic inspired by the emigration of intellectual elites -- to the N-Queens problem. The N-Queens problem, a classic…

Combinatorial OptimizationDecision Making

Hidden Structure in the Solutions Set of the N Queens Problem

2019-07-26 · T. E. Raptis

Some preliminary results are reported on the equivalence of any n-queens problem with the roots of a Boolean valued quadratic form via a generic dimensional reduction scheme. It is then proven that the solutions set is e…

Solving N-Queen Problem using Las Vegas Algorithm with State Pruning

2025-12-03 · Susmita Sharma, Aayush Shrestha, Sitasma Thapa, Prashant Timalsina 외 arxiv

The N-Queens problem, placing all N queens in a N x N chessboard where none attack the other, is a classic problem for constraint satisfaction algorithms. While complete methods like backtracking guarantee a solution, th…