pranjay-poddar / Data-Structures-And-Algorithms

Important data structure and algorithms codes and concept's open-source repository.
https://bit.ly/30DLzuJ
MIT License
48 stars 109 forks source link

N-Queens Problem #125

Closed PriyankaHotchandani closed 2 years ago

PriyankaHotchandani commented 2 years ago

The n-queens puzzle is the problem of placing n queens on an n x n chessboard such that no two queens attack each other.

@pranjay-poddar Can I work on this and add the solution in Leetcode Solutions folder?

pranjay-poddar commented 2 years ago

@PriyankaHotchandani yes you can procced