We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5edff commit eb930c6Copy full SHA for eb930c6
src/combinatorics/stars_and_bars.md
@@ -61,3 +61,9 @@ So we have reduced the problem to the simpler case with $x_i' \ge 0$ and again c
61
62
With some help of the [Inclusion-Exclusion Principle](./inclusion-exclusion.md), you can also restrict the integers with upper bounds.
63
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