Juggling for Nerds

From programming_contest
Revision as of 23:12, 29 December 2017 by imported>Kmk21 (Created page with "This problem asks how high we have to toss objects in order to juggle a certain number of them. We trivially calculate the minimum time between catches, this allows us to cal...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This problem asks how high we have to toss objects in order to juggle a certain number of them.

We trivially calculate the minimum time between catches, this allows us to calculate the cycle time for the n objects. The cycle time is air time plus the time in hand. We can compute height directly from time in air. It doesn't seem we need mass for anything