Question: Q. 1) Write a program to implement the singly linked list data structure, which has following operations: - A Linked list node should contain data,

Q. 1) Write a program to implement the singly linked list data structure, which has following operations:

- A Linked list node should contain data, which stores first name, last name, age, and dob of a person. - A user should be allowed to add a node at the head, tail, and after a node with given data. - A user should be able to search is a particular persons information is stored in the linked list or not. - A user should be able to remove a particular persons information from the linked list. - A user should be able to print all the information of all the people stored in the linked list.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!