Add Zeckendorf Search Magic Trick - Fibonacci-based magic trick using Zeckendorf representation
This commit is contained in:
parent
179e247f71
commit
2580f76025
5 changed files with 399 additions and 0 deletions
|
|
@ -55,6 +55,15 @@ const allInteractives: Interactive[] = [
|
|||
theme: 'Discrete Math',
|
||||
dateAdded: '2024-12-22'
|
||||
},
|
||||
{
|
||||
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'],
|
||||
path: '/discrete-math/foundations/zeckendorf-search',
|
||||
theme: 'Discrete Math',
|
||||
dateAdded: '2024-12-22'
|
||||
},
|
||||
{
|
||||
id: 'binary-search-trick',
|
||||
title: 'Binary Search Magic Trick',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue