This commit is contained in:
gpt-engineer-app[bot] 2026-01-21 15:45:45 +00:00
parent e327f076b3
commit 4e2e099094
5 changed files with 755 additions and 0 deletions

View file

@ -279,6 +279,15 @@ const allInteractives: Interactive[] = [
path: '/themes/discrete-math/uncertainty/presents-puzzle',
theme: 'Discrete Math',
dateAdded: '2025-11-19'
},
{
id: 'ladybug-clock',
title: 'The Ladybug Clock Puzzle',
description: 'A ladybug walks randomly on a clock face. Discover the surprising probability that any given number is painted last!',
tags: ['probability', 'random-walk', 'simulation', 'statistics', 'cover-time', 'puzzle'],
path: '/puzzles/ladybug-clock',
theme: 'Puzzles',
dateAdded: '2025-01-21'
}
];