第一步,我们先来看这个接口的内部结构,了解别人的内部,知己知彼,百战不殆:
My Hash Table implementation has a function to resize the table when the load reaches about 70%. My Hash Table is implemented with separate chaining for collisions.