Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/combinatorics/burnside.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,3 +271,12 @@ int solve(int n, int m) {
* [CSES - Counting Grids](https://cses.fi/problemset/task/2210)
* [Codeforces - Buildings](https://codeforces.com/gym/101873/problem/B)
* [CS Academy - Cube Coloring](https://csacademy.com/contest/beta-round-8/task/cube-coloring/)
* [Codeforces - Side Transmutations](https://codeforces.com/contest/1065/problem/E)
* [LightOJ - Necklace](https://vjudge.net/problem/LightOJ-1419)
* [POJ - Necklace of Beads](http://poj.org/problem?id=1286)
* [CodeChef - Lucy and Flowers](https://www.codechef.com/problems/DECORATE)
* [HackerRank - Count the Necklaces](https://www.hackerrank.com/contests/infinitum12/challenges/count-the-necklaces)
* [POJ - Magic Bracelet](http://poj.org/problem?id=2888)
* [SPOJ - Sorting Machine](https://www.spoj.com/problems/SRTMACH/)
* [Project Euler - Pizza Toppings](https://projecteuler.net/problem=281)
* [ICPC 2011 SERCP - Alphabet Soup](https://basecamp.eolymp.com/tr/problems/3064)