backtracking_algorithms/n_queens library

Functions

solveNQueens(int n) List<List<String>>
👑 N-Queens Problem (Backtracking)