Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Proposal : Implementing N Queen Problem | Return all Distinct Solutions to the N-Queens Puzzle #237

Open
AbhijitMotekar99 opened this issue Oct 2, 2024 · 0 comments

Comments

@AbhijitMotekar99
Copy link

Problem Statement: The n-queens is the problem of placing n queens on n × n chessboard such that no two queens can attack each other. Given an integer n, return all distinct solutions to the n -queens puzzle. Each solution contains a distinct boards configuration of the queen's placement, where ‘Q’ and ‘.’ indicate queen and empty space respectively.

Screenshot 2024-10-02 191712

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant