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
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue