Ayush7614 / Daily-Coding-DS-ALGO-Practice

A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
https://daily-ds-algo.github.io/DS-Algo-Website/
MIT License
314 stars 477 forks source link

Added solution of Nqueen problem algo using backtracking #2487

Closed Tirth22 closed 2 years ago

Tirth22 commented 2 years ago

Description

The given code gives the coordinates of cell in chess board where the N queens can be placed without any collision. The approach used to solve given problem is backtracking

Fixes #(issue_no)

Replace issue_no with the issue number which is fixed in this PR

Type of change

Please delete options that are not relevant.

Checklist: