System Design - swchen1234/Algorithm GitHub Wiki
approach 1: use 6-chars from 6 random number(1~62) converted. approach 2: use a global increment counter, converted to 62进制的chars.
approach 1: use 6-chars from 6 random number(1~62) converted. approach 2: use a global increment counter, converted to 62进制的chars.