Add Zeckendorf Search Magic Trick - Fibonacci-based magic trick using Zeckendorf representation

This commit is contained in:
Neeldhara Misra 2025-07-22 11:16:30 +05:30
parent 179e247f71
commit 2580f76025
5 changed files with 399 additions and 0 deletions

View file

@ -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',