1.

Which of the following is identical to that of a separate chaining hash node?(a) Linked list(b) Array(c) Stack(d) QueueI'm obligated to ask this question of Hash Tables in division Hash Tables of Data Structures & Algorithms IThis question was addressed to me during an internship interview.

Answer»

The correct answer is (a) Linked LIST

Best explanation: The hash node in SEPARATE CHAINING is similar to that of a linked list. The separate chaining hash table is an ARRAY of linked LISTS.



Discussion

No Comment Found

Related InterviewSolutions