N queens

50+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

The queens order returns without attacking each other. We use "Simulated annealing". It is a metaheuristic search algorithm for global optimization problems. The general objective of this type of algorithm is to find a good approximation to the optimal value of a function in a large search space.

The name comes from the process of annealing steel and ceramics, a technique that involves heating and then slowly cooling the material to vary its physical properties.
Updated on
Jan 13, 2022

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

What’s new

The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.