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
Get step-by-step solutions from verified subject matter experts
