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
No comments:
Post a Comment