Skip to content

Commit 50bb121

Browse files
committed
Additional Problems on Burnside Lemma
1 parent 8869301 commit 50bb121

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/combinatorics/burnside.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,3 +271,12 @@ int solve(int n, int m) {
271271
* [CSES - Counting Grids](https://cses.fi/problemset/task/2210)
272272
* [Codeforces - Buildings](https://codeforces.com/gym/101873/problem/B)
273273
* [CS Academy - Cube Coloring](https://csacademy.com/contest/beta-round-8/task/cube-coloring/)
274+
* [Codeforces - Side Transmutations](https://codeforces.com/contest/1065/problem/E)
275+
* [LightOJ - Necklace](https://vjudge.net/problem/LightOJ-1419)
276+
* [POJ - Necklace of Beads](http://poj.org/problem?id=1286)
277+
* [CodeChef - Lucy and Flowers](https://www.codechef.com/problems/DECORATE)
278+
* [HackerRank - Count the Necklaces](https://www.hackerrank.com/contests/infinitum12/challenges/count-the-necklaces)
279+
* [POJ - Magic Bracelet](http://poj.org/problem?id=2888)
280+
* [SPOJ - Sorting Machine](https://www.spoj.com/problems/SRTMACH/)
281+
* [Project Euler - Pizza Toppings](https://projecteuler.net/problem=281)
282+
* [ICPC 2011 SERCP - Alphabet Soup](https://archive.algo.is/icpc/swerc/2011/SWERC-set.pdf)

0 commit comments

Comments
 (0)