A sequential search member function of SortedType has the followingprototype: vo
ID: 3644911 • Letter: A
Question
A sequential search member function of SortedType has the followingprototype:void SortedType::Search(int value, bool&found);
(a) Write the function definition as a recursive search, assuming a linked list implementation.
PLEASE BE CLEAR IN YOUR SOLUTION...THIS IS A MUST...NOEXCEPTIONS..THIS CONCEPT IS DONE IN C++/DATA STRUCTURES..NO OTHERPROGRAMMING LANGUAGE PLEASE