Lecture 26 Objectives


At the end of today's class you should

KNOW:

BE ABLE TO:

Sample Exam Question:

Draw a hash table with open addressing and a size of 9. Use the hash function "key%9". Insert the keys: 5, 29, 20, 0, 27 and 18 into your table (in that order).