About this puzzle

Consistent Hashing — practice the decision, scored against the optimum

What does the Consistent Hashing puzzle teach?

Placing a node on the ring relieves the hotspot — and only the slice of keys in its arc re-homes, not the whole keyspace.

Why do interviews ask about this?

Consistent hashing is THE distributed-systems interview question: shard with minimal reshuffling when you add or lose a node.

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.