Question: Write a function to implement linked list consisting of six nodes. Store the data in the nodes in the order given below. Also, write a
- Write a function to implement linked list consisting of six nodes. Store the data in the nodes in the order given below. Also, write a function to display the data stored in the implemented linked list. in C++ programming
use these as names as nodes George, Paul, Ross, Joe, Elaine, Robert1.
- Insert three nodes in between second node and third node in the linked list that you implemented in problem 1. Store the following data in the new (inserted) nodes in the following order. (You have to write a function for insertion operation. in C++ programming)
use these three nodes to insert Davis1, Davis2, Davis3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
