| Previous Lecture | lect12 | Next Lecture |
lect12, Thu 05/15
Week 7: Hashtables: from theory to practice
Code from lecture
https://github.com/ucsb-cs24-s25/cs24-s25-lectures/tree/main/lect12
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