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


Please Help Members By Posting Answers For Below Questions

How does dynamic memory allocation help in managing data?

1067


Describe the complexity of Quick Sort

551


What is the difference between adt and data structure?

467


How many types of arrays are there?

520


Write a data structure for a queue.

575






Which collection type is used to maintain uniqueness of data structure?

1019


What is data and data types?

509


Can we make hashmap synchronized?

484


Questions related to arrays, such as given a 2 integer array, find the common elements.

528


Can hashset contain null?

479


Is hashmap fail safe?

508


Can you please explain the difference between string and an array?

515


Can you change size of array once created?

454


What are linked lists most commonly used for?

490


Define leaves?

575