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 Solution #143

Closed PriyankaHotchandani closed 2 years ago

PriyankaHotchandani commented 2 years ago

Description

Added solution to n-queens problem using backtracking (C++). 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.

Fixes #125

Type of change

Checklist: