INSERTION AFTER A NODE : LINKED LIST

Click on view more for examples :-

Linked List : Linked List is used to define a array in a memory where defragmentation occurs. Defragment leads to the memory location having non-continous data, so that we cant initialize a large memory location. Linked List is the solution to overcome memory defragment problem in which, we have nodes which contains an info part and a link part.

Continue reading