Data Structures (Lab) Assignment-4 (Linked List-3)
This document provides 5 programming assignments related to linked lists: split a linked list at the middle and merge the second half as the first half, implement polynomial addition using linked lists, add two large numbers using linked lists, reverse a linked list, and merge two sorted lists.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
80 views
Data Structures (Lab) Assignment-4 (Linked List-3)
This document provides 5 programming assignments related to linked lists: split a linked list at the middle and merge the second half as the first half, implement polynomial addition using linked lists, add two large numbers using linked lists, reverse a linked list, and merge two sorted lists.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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.