Question: Help with C++ please. Write a function that takes the head node of a Linked list and searches the occurrence of a number on the
Help with C++ please.
Write a function that takes the head node of a Linked list and searches the occurrence of a number on the list. The function should return the location of the found item or -1 if item is not found.
Thank you
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
