Add "Bugs on a Log"
Some checks failed
CI / Typst formatting (pull_request) Successful in 5s
CI / Typos (pull_request) Failing after 10s
CI / Build (pull_request) Has been skipped

This commit is contained in:
2026-02-15 10:24:18 -08:00
parent 0b7acaf5ae
commit ce076fc40d
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#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?

View File

@@ -0,0 +1,6 @@
[metadata]
title = "Bugs on a Log"
[publish]
handout = true
solutions = true