List ADT – Linked List Implementation
More operations on LL
1. Counting No. of nodes 1000 100 200 300 400
2. Insertion in a sorted LL
3. Concatenation of two LL
4. Inversion/Reversing LL
5. Searching a Data x
28‐Jun‐20 ARJ 35
List ADT – Linked List Implementation
More operations on LL
6. Create a copy of LL 1000 100 200 300 400
7. Create LL by selecting alternate elements
8. Merging of sorted LL
9. Splitting a Linked List
10.Removing duplicate elements from LL
28‐Jun‐20 ARJ 36