^-^
Why so serious?
Hash Table
  1. Hash Table
    1. STATIC HASHING SCHEMES
      1. (不切实际的)假设
      2. Linear Probe hashing
      3. Robin hood hashing
      4. Cuckoo hashing
    2. 动态哈希
      1. chained hash table/bucket hash table
      2. extendible hashing
      3. linear hashing
    3. 非唯一 key
    4. BLOOM FILTERS