Add Burnside's Lemma interactive

This commit is contained in:
gpt-engineer-app[bot] 2025-10-28 04:55:50 +00:00
parent ee47d3b8be
commit 7a166fc8d0
5 changed files with 496 additions and 5 deletions

View file

@ -252,6 +252,15 @@ const allInteractives: Interactive[] = [
path: '/themes/discrete-math/graphs/neighbor-sum-avoidance',
theme: 'Discrete Math',
dateAdded: '2025-01-22'
},
{
id: 'burnsides-lemma',
title: "Burnside's Lemma",
description: 'Explore how to count distinct objects under symmetry by creating necklaces with different bead and color combinations.',
tags: ['group-theory', 'symmetry', 'combinatorics', 'counting', 'algebra', 'structures'],
path: '/themes/discrete-math/structures/burnsides-lemma',
theme: 'Discrete Math',
dateAdded: '2025-01-22'
}
];