Topic: Backtracking Problem / Level: intermediate

Problem: Find all valid arrangements of 8 rooks on a chessboard such that no two rooks can attack each other.

Run the code to see the output here...