Question: Using C++, write a function that takes a linked list of items and deletes all repetitions from the list. in your implementation assume that items

Using C++, write a function that takes a linked list of items and deletes all repetitions from the list. in your implementation assume that items can be compared for equality using ==. Write the function in the main.cpp file.

Also, I have included the links below to node1.h and node1.cpp. You will use these files as references. Also, you can import the node1.h header file in the main.cpp file to create a test program.

node1.h: http://pastebin.com/TRp1xXrt

node1.cpp: http://pastebin.com/mYwFk4Ne

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!