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 is the procedure to insert into a sorted array?
What stack means?
Explain the term recursive case?
Is hashtable throw concurrentmodificationexception?
Describe full binary tree and complete binary tree.
What is the impact of signed numbers on the memory?
Is hashmap ordered?
How many passes does bubble sort need?
What are data structures in programming?
Does treeset allow null values?
What are the advantages of linked list over an array?
Can we store primitives in collections?
What is data structure what is need of it?
Why is concurrenthashmap thread safe?
What is the most used data structure?