InterviewSolution
Saved Bookmarks
| 1. |
A linear collection of data elements where the linear node is given by means of pointer is called?(a) Linked list(b) Node list(c) Primitive list(d) Unordered listMy question is taken from Singly Linked List Operations topic in portion Abstract Data Types of Data Structures & Algorithms IThis question was addressed to me at a job interview. |
|
Answer» The correct option is (a) Linked list |
|