N-Rooks Problem
Created on 2021-01-28T19:51:08-06:00
Given a chess board how many ways may rooks be placed such that they do not threaten one another?
https://logicmason.com/2013/a-recursive-algorithm-for-generating-all-n-rooks-solutions-and-a-linear-time-n-queens-solution/ A recursive algorithm for generating all N-Rooks solutions and a linear time N-Queens solution