You are on page 1of 1

Data Structures (Lab)

Assignment-4 (Linked List-3)


1. WAP to split the Linked List at the middle and merge the second half as the first half.
2. WAP to implement polynomial addition using Linked List.
3. WAP to add two large numbers using Linked List.
4. WAP to reverse a Linked List.
5. WAP to merge two sorted lists.

You might also like