Chess Queens 1.0

Solves any number of chess queens problem using three different approaches: Combinatory: O(n^n) slowest; Permutations: O(n!); Tree optimized < O(n!) fastest; Generation is performed multi threaded, so all cores of CPU are used, for very...