| Previous Lecture | lect11 | Next Lecture |
lect11,
Hashtables
Code from lecture
https://github.com/ucsb-cs24-w26/cs24-w26-lectures/tree/main/lect11
Professor Subhash Suri’s CS 130A handout on hashtables pp. 1- 8: https://sites.cs.ucsb.edu/~suri/cs130a/Hashing.pdf
Topics
- Practical significance of hashtables
- Conceptual understanding and design considerations
- Hashtables and hashmaps in practice
- Applications of unordered_set and underdered_map to coding problems