Add Zeckendorf Representation interactive under Discrete Math > Foundations
This commit is contained in:
parent
bb8c3ef58d
commit
c8d3475104
5 changed files with 270 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ import AssistedNimGamePage from "./pages/AssistedNimGamePage";
|
|||
import GoldCoinGamePage from "./pages/GoldCoinGamePage";
|
||||
import PlateSwapPuzzlePage from "./pages/PlateSwapPuzzlePage";
|
||||
import ChessboardRepaintPuzzlePage from "./pages/ChessboardRepaintPuzzlePage";
|
||||
import ZeckendorfGamePage from "./pages/ZeckendorfGamePage";
|
||||
import Foundations from "./pages/theme-pages/discrete-math/Foundations";
|
||||
import Proofs from "./pages/theme-pages/discrete-math/Proofs";
|
||||
import Counting from "./pages/theme-pages/discrete-math/Counting";
|
||||
|
|
@ -94,6 +95,7 @@ const App = () => (
|
|||
<Route path="/games/gold-coin" element={<GoldCoinGamePage />} />
|
||||
<Route path="/puzzles/plate-swap" element={<PlateSwapPuzzlePage />} />
|
||||
<Route path="/puzzles/chessboard-repaint" element={<ChessboardRepaintPuzzlePage />} />
|
||||
<Route path="/discrete-math/foundations/zeckendorf" element={<ZeckendorfGamePage />} />
|
||||
|
||||
{/* ADD ALL CUSTOM ROUTES ABOVE THE CATCH-ALL "*" ROUTE */}
|
||||
<Route path="*" element={<NotFound />} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue