CSSE 230: Session Notes - Day 18
Topics
- Hashtables
and related data structures
- Improving speed of find() methods in BSTs by adding a hashtable
Outline
- [5 min] Contact before work
- [30 min] Introduction to HashTables, hashing, load factor,
criteria for
good hash
functions and some magic.
- [5 min] Break
- [5 min] Applications of hash tables.
- [10 min] Comparative study of the Java data structures:
- [15 min] Improving speed of find() methods in BSTs by adding a hashtable
- [25 min] Legal, moral, ethical and professional codes.
Materials
Homework