Thursday 25 August 2011

Advantages of Linked List



Advantages of Linked List:
1.       It is Dynamic
2.       It can grow and shrink during run time
3.       Insertion and deletion is simple
4.       Efficient Memory Utilization. i.e no need to allocate memory.
5.       Stacks, queue can be easily implemented using Linked List





2. Doubly Linked List
3. Circular Linked List



No comments:

Post a Comment