Housekeeping: reorder themes, fix hover effects, update titles, add collapsible tags, move Zeckendorf Search Magic Trick to Data Structures
This commit is contained in:
parent
e37f3ed884
commit
df2b2d6b9e
5 changed files with 31 additions and 30 deletions
|
|
@ -44,13 +44,6 @@ const interactives: Interactive[] = [{
|
|||
tags: ["fibonacci", "numbers", "representation", "zeckendorf", "combinatorics"],
|
||||
component: ZeckendorfGame,
|
||||
greenScreenPath: "/discrete-math/foundations/zeckendorf"
|
||||
}, {
|
||||
id: "zeckendorf-search-trick",
|
||||
title: "Zeckendorf Search Magic Trick",
|
||||
description: "Experience the magic of Zeckendorf representation! Think of a number and watch as the cards reveal it through Fibonacci numbers.",
|
||||
tags: ["fibonacci", "magic", "numbers", "trick", "zeckendorf", "representation"],
|
||||
component: ZeckendorfSearchTrick,
|
||||
greenScreenPath: "/discrete-math/foundations/zeckendorf-search"
|
||||
}];
|
||||
const Foundations = () => {
|
||||
const [searchTerm, setSearchTerm] = useState("");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue