N Queens Problem
From charlesreid1
Resources
Google operations research optimization tools: https://developers.google.com/optimization/puzzles/queens
Solving N queens problem with Java: Github gist from @charlesreid1: https://gist.github.com/charlesreid1/7b8d7b9dffb7b3090039849d72c5fff5/
Solving N queens problem with Perl: Github gist from @charlesreid1: https://gist.github.com/charlesreid1/4ce97a5f896ff1c89855a5d038d51535/