Fix copy link feature
This commit is contained in:
parent
391210fa72
commit
d2de5581b6
2 changed files with 11 additions and 2 deletions
|
|
@ -243,6 +243,15 @@ const allInteractives: Interactive[] = [
|
|||
path: '/themes/games/craps-game',
|
||||
theme: 'Games',
|
||||
dateAdded: '2025-01-05'
|
||||
},
|
||||
{
|
||||
id: 'neighbor-sum-avoidance',
|
||||
title: 'Neighbor Sum Avoidance',
|
||||
description: 'Arrange numbers in a circle so that the sum of two neighbors is never divisible by 3, 5, or 7. An interactive graph theory puzzle!',
|
||||
tags: ['graph-theory', 'puzzle', 'arrangement', 'divisibility', 'circle', 'mathematics'],
|
||||
path: '/themes/discrete-math/graphs/neighbor-sum-avoidance',
|
||||
theme: 'Discrete Math',
|
||||
dateAdded: '2025-01-22'
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue