About this puzzle

The Balancer — practice the decision, scored against the optimum

What does the The Balancer puzzle teach?

Minimising the busiest server's load is multiprocessor scheduling — place the heaviest requests first, not round-robin.

Why do interviews ask about this?

Load balancing / makespan is the “how do you distribute work” interview: minimize the busiest server, not the average.

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.