From 50bb121f244f4053a26f21950df5471f3d22ddc4 Mon Sep 17 00:00:00 2001 From: AYUSH KUMAR TIWARI <139953157+ayushkrtiwari@users.noreply.github.com> Date: Sun, 17 Aug 2025 23:25:13 +0530 Subject: [PATCH 1/2] Additional Problems on Burnside Lemma --- src/combinatorics/burnside.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/combinatorics/burnside.md b/src/combinatorics/burnside.md index 894b1e87d..87a8540a0 100644 --- a/src/combinatorics/burnside.md +++ b/src/combinatorics/burnside.md @@ -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://archive.algo.is/icpc/swerc/2011/SWERC-set.pdf) \ No newline at end of file From 8f8fbbcc08be8218a30ba6df14ef9fcafeb2b4a4 Mon Sep 17 00:00:00 2001 From: AYUSH KUMAR TIWARI <139953157+ayushkrtiwari@users.noreply.github.com> Date: Mon, 18 Aug 2025 00:48:12 +0530 Subject: [PATCH 2/2] updated problem link icpc 2011 problem pdf replaced with practice link --- src/combinatorics/burnside.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/combinatorics/burnside.md b/src/combinatorics/burnside.md index 87a8540a0..5479c3703 100644 --- a/src/combinatorics/burnside.md +++ b/src/combinatorics/burnside.md @@ -279,4 +279,4 @@ int solve(int n, int m) { * [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://archive.algo.is/icpc/swerc/2011/SWERC-set.pdf) \ No newline at end of file +* [ICPC 2011 SERCP - Alphabet Soup](https://basecamp.eolymp.com/tr/problems/3064)