Add Burnside's Lemma interactive
This commit is contained in:
parent
ee47d3b8be
commit
7a166fc8d0
5 changed files with 496 additions and 5 deletions
|
|
@ -57,6 +57,7 @@ import StackingBlocksPage from './pages/StackingBlocksPage';
|
|||
import ParityBitsGamePage from './pages/ParityBitsGamePage';
|
||||
import CrapsGamePage from './pages/CrapsGamePage';
|
||||
import NeighborSumAvoidancePage from './pages/NeighborSumAvoidancePage';
|
||||
import BurnsidesLemmaPage from './pages/BurnsidesLemmaPage';
|
||||
|
||||
const queryClient = new QueryClient();
|
||||
|
||||
|
|
@ -83,6 +84,7 @@ const App = () => (
|
|||
<Route path="/themes/discrete-math/numbers" element={<Numbers />} />
|
||||
<Route path="/themes/discrete-math/graphs" element={<Graphs />} />
|
||||
<Route path="/themes/discrete-math/graphs/neighbor-sum-avoidance" element={<NeighborSumAvoidancePage />} />
|
||||
<Route path="/themes/discrete-math/structures/burnsides-lemma" element={<BurnsidesLemmaPage />} />
|
||||
<Route path="/themes/social-choice" element={<SocialChoice />} />
|
||||
<Route path="/themes/advanced-algorithms" element={<AdvancedAlgorithms />} />
|
||||
<Route path="/themes/data-structures" element={<DataStructures />} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue