An open hashing table has an array size of NUM. What is the maximum number of records that can be stored in the table?
In open hashing, where are the records stored?
They are stored in linked lists outside the table.