Add Burnside's Lemma interactive
This commit is contained in:
parent
ee47d3b8be
commit
7a166fc8d0
5 changed files with 496 additions and 5 deletions
|
|
@ -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'
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue