Skip to content

Commit baa21fd

Browse files
committed
fix link
1 parent 6266d65 commit baa21fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/combinatorics/inclusion-exclusion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ where $0 \le x_i \le 8 ~ (i = 1,2,\ldots 6)$.
148148

149149
Task: count the number of solutions to the equation.
150150

151-
Forget the restriction on $x_i$ for a moment and just count the number of nonnegative solutions to this equation. This is easily done using [Stars and Bars](stars_and_bars.html):
151+
Forget the restriction on $x_i$ for a moment and just count the number of nonnegative solutions to this equation. This is easily done using [Stars and Bars](stars_and_bars.md):
152152
we want to break a sequence of $20$ units into $6$ groups, which is the same as arranging $5$ _bars_ and $20$ _stars_:
153153

154154
$$N_0 = \binom{25}{5}$$

0 commit comments

Comments
 (0)