System Design - swchen1234/Algorithm GitHub Wiki

tinyURL

approach 1: use 6-chars from 6 random number(1~62) converted. approach 2: use a global increment counter, converted to 62进制的chars.