8-Queens problem using Local Search Algorithm (Genetic Algorithm)
Introduction
The 8-Queens problem is a well-known puzzle in computer science and artificial intelligence. It involves positioning eight queens on an 8x8 chessboard in such a manner that no two queens can attack each other. In other words, no two quee...
nayanraut1412blog.hashnode.dev6 min read