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 5c2c8d0 commit 670cbaaCopy full SHA for 670cbaa
src/combinatorics/burnside.md
@@ -266,3 +266,8 @@ int solve(int n, int m) {
266
return sum / s.size();
267
}
268
```
269
+## Practice Problems
270
+* [CSES - Counting Necklaces](https://cses.fi/problemset/task/2209)
271
+* [CSES - Counting Grids](https://cses.fi/problemset/task/2210)
272
+* [Codeforces - Buildings](https://codeforces.com/gym/101873/problem/B)
273
+* [CS Academy - Cube Coloring](https://csacademy.com/contest/beta-round-8/task/cube-coloring/)
0 commit comments