adding hash table animations

This commit is contained in:
Jidong Xiao
2025-04-28 17:06:27 -04:00
committed by JamesFlare1212
parent fea90f2b4d
commit cc21696e46
3 changed files with 679 additions and 0 deletions

View File

@@ -138,6 +138,8 @@ std::string identify(Node* phonebook[PHONEBOOK_SIZE], int number) {
}
```
Play this [animation](https://jidongxiao.github.io/CSCI1200-DataStructures/animations/hash_tables/index.html) to understand how this works.
## 22.7 Exercise: Hash Table Performance
- What's the memory complexity for the hash-table-based Caller ID system?