CS2103 – DSA ASSIGNMENT 2 (Solution)

$ 24.99
Category:

Description

1. Implement a menu driven Program in C for the following operations on Singly Linked List (SLL) of
Student Data with the fields: Id, Name, Branch, Sem, PhNo A. Create a SLL of N Students Data by using front insertion.
B. Display the status of SLL and count the number of nodes in it C. Perform Insertion / Deletion at End of SLL
d. Exit

2. Implement a menu driven Program in C for the following operations on Doubly Linked List (DLL) of Employee Data with the fields: emp ID , Name, Dept, Designation, Sal, PhNo a. Create a DLL of N Employees Data by using end insertion.
b. Display the status of DLL and count the number of nodes in it
c. Perform Insertion and Deletion at End of DLL
d. Perform Insertion and Deletion at Front of DLL
e. Exit

Reviews

There are no reviews yet.

Be the first to review “CS2103 – DSA ASSIGNMENT 2 (Solution)”

Your email address will not be published. Required fields are marked *