Skip to content

Commit f2f5162

Browse files
committed
Add N-Queens.
1 parent e2ef460 commit f2f5162

File tree

1 file changed

+1
-1
lines changed
  • src/algorithms/uncategorized/n-queens

1 file changed

+1
-1
lines changed

src/algorithms/uncategorized/n-queens/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Generate all possible configurations of queens on board and print a
2929
configuration that satisfies the given constraints.
3030

3131
```
32-
while there are untried conflagrations
32+
while there are untried configurations
3333
{
3434
generate the next configuration
3535
if queens don't attack in this configuration then

0 commit comments

Comments
 (0)