Skip to content

Commit 30fe6a1

Browse files
authored
Update introduction.md
1 parent 8b82045 commit 30fe6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/zebra-puzzle/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ However, only by combining the information in _all_ statements will you be able
1010
The Zebra Puzzle is a [Constraint satisfaction problem (CSP)][constraint-satisfaction-problem].
1111
In such a problem, you have a set of possible values and a set of constraints that limit which values are valid.
1212
Another well-known CSP is Sudoku.
13-
~~~~
1413
1514
[constraint-satisfaction-problem]: https://en.wikipedia.org/wiki/Constraint_satisfaction_problem
15+
~~~~

0 commit comments

Comments
 (0)