Is Linked List 'linear' or 'Non-linear' data structure?
Answer / mamata anayak
Linked list is a linear data structure because their data elements are not placed in order as physical placement memory values instead each data element point to next data element, its is a data structure collecting of nodes which represent a sequence.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between hashtable and hashmap?
What is inplace sorting?
Explain the common uses of threaded binary tree.
What is the minimum number of nodes that a binary tree can have?
How efficient is binary search?
What is a treemap chart?
What is thread and types of thread?
Define internal nodes?
How does a selection sort work for an array?
What is vector and types of vector?
What is bubble sort with example?
Briefly explain recursive algorithm?