1.

What data organization method is used in hash tables?(a) Stack(b) Array(c) Linked list(d) QueueThis intriguing question originated from Hash Tables topic in section Hash Tables of Data Structures & Algorithms II have been asked this question in an online quiz.

Answer»

Correct option is (c) Linked LIST

Explanation: The data STRUCTURE USED to organize data for hash TABLES is linked list. It contains a data field and a pointer field.



Discussion

No Comment Found

Related InterviewSolutions