applications of linked lists and mostly used linked list?
Answer Posted / pooja singh
to implement other data structure such as
stack,queues,trees,graphetc
to maintain directory of name.
perform arithmetic operation on long integers.
to manipulate polynomials.
to represent sparse matrices
most used link list are:-
1 linear l_l.
2 doubly L_L.
3 circular L_L.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What are the Advantages and disadvantages of Array?
Is char array null terminated?
What is data type in data structure?
How is a queue works?
Who created quicksort?
Does arraylist extend list?
Is heap sort faster than quicksort?
What are the major data structures used in the hierarchical data model?
Why is sorting and classifying important?
Which is faster hashmap or hashtable?
Define double hashing?
What is pivot in quicksort?
Tell me the difference between the character array and a string.
Why we need cursor implementation of linked lists?
What member function places a new node at the end of the linked list?