SidJain1412 / CompetitiveProgramming

:question: Tracking progress completing good programs, training for placements. (Contri.s welcomed)
23 stars 34 forks source link

Added NQueens in Backtracking folder #86

Closed prasathk11 closed 3 years ago

prasathk11 commented 3 years ago

Issue : #85 Problem Description: The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other. Given an integer n, return all distinct solutions to the n-queens puzzle. Programming Language used: C++