We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ef460 commit f2f5162Copy full SHA for f2f5162
src/algorithms/uncategorized/n-queens/README.md
@@ -29,7 +29,7 @@ Generate all possible configurations of queens on board and print a
29
configuration that satisfies the given constraints.
30
31
```
32
-while there are untried conflagrations
+while there are untried configurations
33
{
34
generate the next configuration
35
if queens don't attack in this configuration then
0 commit comments