Previous Lecture | lect11 | Next Lecture |
lect11, Wed 02/21
Week 7: Hashtables, C++ unordered_set and unordered_map ADT
Code from lecture
https://github.com/ucsb-cs24-w24/cs24-w24-lectures/tree/main/lect11
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