8 Queens Problem (For people who want a try, not homework$)

  • MHB
  • Thread starter IHateFactorial
  • Start date
  • Tags
    Homework
In summary, the 8 Queens Problem is a classic puzzle that involves placing 8 queens on an 8x8 chessboard so that no two queens are attacking each other. It is important because it is a well-known example of a combinatorial problem with real-world applications. There are 92 unique solutions to the problem, and there is no universally "best" algorithm for solving it. While the 8 Queens Problem is considered to be solved, ongoing research and developments are still being made for more efficient solutions and larger board sizes.
  • #1
IHateFactorial
17
0
Imagine an 8x8 chess board. In how many ways can 8 queens be placed on the board such that no queen can "eat" any other queen.
 
Physics news on Phys.org
  • #2
You might find http://mathhelpboards.com/potw-university-students-34/problem-week-167-june-9-2015-a-15548.html?highlight=queen relevant.
 

FAQ: 8 Queens Problem (For people who want a try, not homework$)

What is the 8 Queens Problem?

The 8 Queens Problem is a classic puzzle that involves placing 8 queens on an 8x8 chessboard so that no two queens are attacking each other. This means that no two queens can be in the same row, column, or diagonal.

Why is the 8 Queens Problem important?

The 8 Queens Problem is important because it is a well-known example of a combinatorial problem and has real-world applications in fields such as computer science, mathematics, and artificial intelligence. Solving the 8 Queens Problem can also lead to insights and solutions for more complex problems.

How many solutions are there to the 8 Queens Problem?

There are 92 unique solutions to the 8 Queens Problem. This number was first proven by mathematician Carl Jacobi in 1848 and later verified by computer programs.

What is the best algorithm for solving the 8 Queens Problem?

There are several algorithms that can be used to solve the 8 Queens Problem, including brute-force, backtracking, and genetic algorithms. The best algorithm depends on the specific problem and constraints, and there is no universally "best" algorithm.

Is the 8 Queens Problem solved?

The 8 Queens Problem is considered to be solved, as all 92 unique solutions have been identified. However, there are still ongoing research and developments in algorithms and strategies for solving the 8 Queens Problem more efficiently and for larger board sizes.

Similar threads

Replies
20
Views
5K
Replies
10
Views
1K
Writing: Input Wanted Sanity check: Alien reproduction
Replies
12
Views
866
Replies
4
Views
2K
Back
Top