Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /