Skip to content

Commit eb930c6

Browse files
Electron1997adamant-pwn
authored andcommitted
Added two practice problems
1 parent 8e5edff commit eb930c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/combinatorics/stars_and_bars.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,9 @@ So we have reduced the problem to the simpler case with $x_i' \ge 0$ and again c
6161

6262
With some help of the [Inclusion-Exclusion Principle](./inclusion-exclusion.md), you can also restrict the integers with upper bounds.
6363
See the [Number of upper-bound integer sums](./inclusion-exclusion.md#number-of-upper-bound-integer-sums) section in the corresponding article.
64+
65+
## Practice Problems
66+
67+
* [Codeforces - Array](https://codeforces.com/contest/57/problem/C)
68+
* [Codeforces - Kyoya and Coloured Balls](https://codeforces.com/problemset/problem/553/A)
69+

0 commit comments

Comments
 (0)