Khan.randRange(32, 128)

An open hashing table has an array size of NUM. What is the maximum number of records that can be stored in the table?

There is no maximum
  • Math.floor(NUM/2)
  • NUM
  • NUM-1
  • NUM*2

In open hashing, where are the records stored?

They are stored in linked lists outside the table.