Skip to content

Commit 670cbaa

Browse files
authored
Add practice problems
Add some Burnside lemma practice problems sorted by difficulty
1 parent 5c2c8d0 commit 670cbaa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/combinatorics/burnside.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,3 +266,8 @@ int solve(int n, int m) {
266266
return sum / s.size();
267267
}
268268
```
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

Comments
 (0)