Add Cube Coloring interactive
This commit is contained in:
parent
7a166fc8d0
commit
9a127a5e22
7 changed files with 1160 additions and 22 deletions
|
|
@ -261,6 +261,15 @@ const allInteractives: Interactive[] = [
|
|||
path: '/themes/discrete-math/structures/burnsides-lemma',
|
||||
theme: 'Discrete Math',
|
||||
dateAdded: '2025-01-22'
|
||||
},
|
||||
{
|
||||
id: 'cube-coloring',
|
||||
title: "Burnside's Lemma: Cube Coloring",
|
||||
description: 'Explore cube rotations and their correspondence with permutations. Paint a 3D cube and understand the rotational symmetry group.',
|
||||
tags: ['group-theory', 'symmetry', 'cube', 'rotations', 'permutations', 'algebra', '3d'],
|
||||
path: '/themes/discrete-math/structures/cube-coloring',
|
||||
theme: 'Discrete Math',
|
||||
dateAdded: '2025-01-22'
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue