Add Zeckendorf Representation interactive under Discrete Math > Foundations

This commit is contained in:
Neeldhara Misra 2025-07-22 10:47:49 +05:30
parent bb8c3ef58d
commit c8d3475104
5 changed files with 270 additions and 0 deletions

View file

@ -46,6 +46,15 @@ const allInteractives: Interactive[] = [
theme: 'Discrete Math',
dateAdded: '2024-01-17'
},
{
id: 'zeckendorf-game',
title: 'Zeckendorf Representation',
description: 'Learn how numbers are represented using Fibonacci numbers with the unique Zeckendorf representation (no consecutive Fibonacci numbers).',
tags: ['fibonacci', 'numbers', 'representation', 'zeckendorf', 'combinatorics'],
path: '/discrete-math/foundations/zeckendorf',
theme: 'Discrete Math',
dateAdded: '2024-12-22'
},
{
id: 'binary-search-trick',
title: 'Binary Search Magic Trick',