About this puzzle

Backpressure — practice the decision, scored against the optimum

What does the Backpressure puzzle teach?

Past the concurrency knee, adding workers reduces throughput — contention collapses the system.

Why do interviews ask about this?

Backpressure / queue control is the resilience interview — shed or buffer to keep tail latency bounded under overload.

How is it scored?

The engine computes the provably-optimal answer for the exact instance you played (dynamic programming, shortest-path, or exhaustive search — never a heuristic) and scores your attempt as a percentage of it. No login needed to see your score.