CodeTheWorld / CodeTheWorld.github.io

MIT License
1 stars 1 forks source link

设计哈希映射-leetcode - CodeTheWorld #23

Open CodeTheWorld opened 5 years ago

CodeTheWorld commented 5 years ago

https://codetheworld.github.io/2018/11/19/leetcode-706-design-hashmap.html

nber1994 commented 5 years ago

数组的最大长度应该为1000000

nber1994 commented 5 years ago

注意:

所有的值都在 [1, 1000000]的范围内。 操作的总数目在[1, 10000]范围内。 不要使用内建的哈希库。