From f2f5162aebc4fbafd20949c915618bd85289b058 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Wed, 16 May 2018 07:59:50 +0300 Subject: [PATCH] Add N-Queens. --- src/algorithms/uncategorized/n-queens/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithms/uncategorized/n-queens/README.md b/src/algorithms/uncategorized/n-queens/README.md index 5c0d9c83..364277c6 100644 --- a/src/algorithms/uncategorized/n-queens/README.md +++ b/src/algorithms/uncategorized/n-queens/README.md @@ -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