Add N-Queens.

This commit is contained in:
Oleksii Trekhleb 2018-05-16 07:59:50 +03:00
parent e2ef46016d
commit f2f5162aeb

View File

@ -29,7 +29,7 @@ Generate all possible configurations of queens on board and print a
configuration that satisfies the given constraints.
```
while there are untried conflagrations
while there are untried configurations
{
generate the next configuration
if queens don't attack in this configuration then