Introduction to the Hash Table or Map ADT.
The student will:
Implement two different versions of the Hash Map interface, open addressing and chaining.
Explain the trade-offs between the two different implementations.
The student will:
Implement two different versions of the List interface.
Explain the trade-offs between the two different implementations.
Quiz 19 Apr 12:00 AM
Outcomes assessed: Learn about and implement the Hash Map data structure
This assessment will verify that students understand the basics of Hashtables.