Question: Linear Search Add to a print member fuction. The function should display all the values in the linke list. In addition, include a member function

Linear Search

Add to a print member fuction. The function should display all the values in the linke list. In addition, include a member function named search tha return the position of specific value, x, in the linked list. The first node in the list is at position 0, the second node is at position 1, and so on. If x is not found on the list, the search should return -1, Test these member functions using an appropiate driver program.

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 Programming Questions!