N - Queens Problem
Use the concepts of Recursion and Backtracking to solve one of the most famous coding problems.
We'll cover the following...
Problem statement
You are given an empty chessboard of size N * N
. Find the number of ways to place N
queens on the board, such that no two queens can ...