Skip to main content

Practice ยท 2 of 2

Bounded Queue, Drop-Oldest

Implement BoundedQueue with drop-oldest policy: full push drops the oldest (counted in dropped()), pop is optional, and the counters stay exact under interleavings.

Difficulty: advanced

Back to lesson: Practice: Practice: Protocol Hardening