We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
zebra-puzzle
1 parent cab87dc commit d6e6271Copy full SHA for d6e6271
exercises/practice/zebra-puzzle/.docs/introduction.md
@@ -10,5 +10,6 @@ However, only by combining the information in _all_ statements will you be able
10
The Zebra Puzzle is a [Constraint satisfaction problem (CSP)][constraint-satisfaction-problem].
11
In such a problem, you have a set of possible values and a set of constraints that limit which values are valid.
12
Another well-known CSP is Sudoku.
13
+
14
[constraint-satisfaction-problem]: https://en.wikipedia.org/wiki/Constraint_satisfaction_problem
15
~~~~
0 commit comments