Question: How do I get the same output as it is in word doc? Write a program that creates a sorted linked list from a data
How do I get the same output as it is in word doc?










Write a program that creates a sorted linked list from a data file. Each line of data should be stored in a class object called node that contains a First Name, Last Name, Age, and a pointer to the next node in the list. Create a container class called list to store the nodes in a sorted linked list. As nodes are created, insert them into the list in alphabetical order. The list class should clean up memory when it is destroyed. Test your program with the code files below and the sample nput file from Projects 01 and 02 Write a program that creates a sorted linked list from a data file. Each line of data should be stored in a class object called node that contains a First Name, Last Name, Age, and a pointer to the next node in the list. Create a container class called list to store the nodes in a sorted linked list. As nodes are created, insert them into the list in alphabetical order. The list class should clean up memory when it is destroyed. Test your program with the code files below and the sample nput file from Projects 01 and 02
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
