Ruby
Ruby copied to clipboard
n-queens problem using backtracking
trafficstars
please let me add n-queens problem solution using backtracking for hacktoberfest 2024. What is N-Queen problem? The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.