Files
handouts/src/Warm-Ups/Bugs/main.typ
Mark e9a8441a7b
All checks were successful
CI / Typst formatting (pull_request) Successful in 18s
CI / Typos (pull_request) Successful in 16s
CI / Build (pull_request) Successful in 5m4s
Add "Bugs on a Log"
2026-02-15 10:43:47 -08:00

12 lines
380 B
Typst

#import "@local/handout:0.1.0": *
#show: handout.with(
title: [Warm-Up: Bugs on a Log],
by: "Mark",
)
#problem()
2013 bugs are on a meter-long line. Each walks to the left or right at a constant speed. \
If two bugs meet, both turn around and continue walking in opposite directions. \
What is the longest time it could take for all the bugs to walk off the end of the log?