From charlesreid1

(Created page with " =Resources= Google operations research optimization tools: https://developers.google.com/optimization/puzzles/queens Solving N queens problem with Java: Github gist from @c...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
Solving N queens problem with Perl: Github gist from @charlesreid1: https://gist.github.com/charlesreid1/4ce97a5f896ff1c89855a5d038d51535/
Solving N queens problem with Perl: Github gist from @charlesreid1: https://gist.github.com/charlesreid1/4ce97a5f896ff1c89855a5d038d51535/


=Flags=


[[Category:N Queens]]
[[Category:N Queens]]
[[Category:Recursion]]
{{AlgorithmsFlag}}
[[Category:Math]]
[[Category:Combinatorics]]
[[Category:Permutations]]
[[Category:Perl]]

Latest revision as of 17:51, 4 June 2017

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/


Flags