Which of the following is true of open hashing?

Records are stored on a list associated with a slot in the hash table
  • All records are stored directly within the hash table
  • The algorithm running time is determined by probes of different table cells until an empty one is found

In open hashing, where are the records stored?

They are stored in linked lists outside the table.