Skip to content

Commit 8b82045

Browse files
authored
Zebra puzzle link rendering
1 parent 76c2110 commit 8b82045

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/zebra-puzzle/introduction.md

Lines changed: 2 additions & 1 deletion
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-
[constraint-satisfaction-problem]: https://en.wikipedia.org/wiki/Constraint_satisfaction_problem
1413
~~~~
14+
15+
[constraint-satisfaction-problem]: https://en.wikipedia.org/wiki/Constraint_satisfaction_problem

0 commit comments

Comments
 (0)