October 21, 2024
Monday of Week 9
Topics of the day
- Implementing best-first search
- Using hash tables
Online references
- unordered_set in C++ (en.cppreference.com)
- HashSet in Java (docs.oracle.com)
Questions and exercises
- What can/can't a hash table guarantee about how its data is stored and how it is retrieved? You can be thinking in terms of both correctness and speed.
Assignments
Today
- Project 3: A* prep due
- Homework 4 due
Upcoming
- Project 3: A* design due (23 Oct)
- Homework 4 revision (28 Oct)