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

Can hashset contain duplicates?

664


What are the advantages and disadvantages of copyonwritearraylist?

867


What is difference between while and do while?

660


Which is faster array or arraylist?

654


write a program to show the insertion and deletion of an element in an array using the position

666


What is meant by heap sort?

666


What do you mean by separate chaining?

689


Write an algorithm to show the reverse of link list?

641


Tell me the difference between structure and array?

662


Define an algorithm. What are the properties of an algorithm? What are the types of algorithms?

708


What are the types of linked list?

680


write a code for Implementation of stack and queues.

728


What is homogeneous array?

632


State the merits of linear representation of binary trees?

776


How do you replace an element in an arraylist?

700