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 difference between an array and vector?
Write code for reversing a linked list.
By Which algorithm, the 8 queens problem is solved?
How do you make a bubble chart with 3 variables?
Can map contain duplicate keys?
How efficient is bubble sort?
where do you use double linked list?
“int a[] = new int[3]{1, 2, 3}” – This a legal way of defining the arrays?
What are data structures in programming?
What is circular linked list?
What is array and its types?
What is array sort?
Which sorting is worst?
What are the scenarios in which an element can be inserted into the circular queue?
How do you get placements?