Coding sliding window
LC 3 Longest Unique Substring
State the window invariant before code. What does left mean? When do you advance it?
State the window invariant before code. What does left mean? When do you advance it?
Need-count vs have-count. Shrink only when valid. Narrate the first valid window.
Ring, virtual nodes, who owns a key, and what happens on node join/leave.
How many keys move when nodes go N → N+1? Compare with modulo hashing.