What does each entry in the link list called?



What does each entry in the link list called?..

Answer / Prabhat Kumar Mishra

Each entry in a linked list is referred to as a 'node' or 'vertex'. Each node consists of data and a reference (pointer) to the next node.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is the use of hashtable?

1 Answers  


A list is ordered from smaller to largest when a sort is called. Which sort would take the longest time to execute?

12 Answers  


What is mean by abstract data type?

1 Answers  


How to find if linked list has loop?

1 Answers  


What actions are performed when a function is called?

1 Answers  


What is peek in stack?

1 Answers  


Can we define the size of arraylist?

1 Answers  


What do you mean by level of the tree?

1 Answers  


How can a binary tree be represented using the rotation?

1 Answers  


what is hashing

7 Answers   Infosys, Nirma,


How do you sort a collection in descending order?

1 Answers  


You want to insert a new item in a binary search tree. How would you do it?

1 Answers  


Categories