Skip to content

Commit d6e6271

Browse files
Sync the zebra-puzzle exercise's docs with the latest data. (#2781)
1 parent cab87dc commit d6e6271

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exercises/practice/zebra-puzzle/.docs/introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +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+
1314
[constraint-satisfaction-problem]: https://en.wikipedia.org/wiki/Constraint_satisfaction_problem
1415
~~~~

0 commit comments

Comments
 (0)