Skip to content

Commit b3832c8

Browse files
authored
Zebra puzzle link rendering (#2426)
* Zebra puzzle link rendering * Update introduction.md
1 parent 76c2110 commit b3832c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exercises/zebra-puzzle/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)