Skip to main content
/
Data Structures
/
Hash Table
1 / 8
Speed
EN
ES
Hash Table
0
empty
1
empty
2
empty
3
empty
4
empty
5
empty
6
empty
hash(key) = sum of char codes % 7
Step 1:
An empty hash table with 7 buckets. The hash function maps keys to bucket indices.