Back to Developer Roadmap

Solving n Queen Problem

src/data/roadmaps/computer-science/content/[email protected]

4.0535 B
Original Source

Solving n Queen Problem

N Queen Problem is a famous problem in Computer Science. It is a problem of placing n queens on an n x n chessboard such that no two queens attack each other. The problem is to find all possible solutions to the problem.

Visit the following resources to learn more: