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 data structure underlies a python list?
What are linked lists used for?
What is entryset in hashmap?
Is it possible to insert different type of elements in a stack? How?
State the demerits of linked representation of binary trees?
What is difference between tree and binary tree?
How would you implement two stacks using a single array?
Define red-black trees.
When is a graph said to be weakly connected?
What is difference between capacity and size of arraylist?
Which is faster array or linked list?
How can we delete any specific node from the linked list?
Does hashmap maintain insertion order?
What happens if an array goes out-of-bounds?
How does arraylist size work?