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 the time complexity of selection sort?
Which searching algorithm is best?
Why is quicksort unstable?
Define hash function?
Write an algorithm to show the reverse of link list?
Define red-black trees.
Can we give size to arraylist?
applications of linked lists and mostly used linked list?
How expression trees are gets represented in data structure?
What is a simple graph?
When is a graph said to be weakly connected?
How will you free the memory that is allocated at run time?