So essentially while researching C++ Search Algorithm i was able to determine it's a method of locating a specific item of data in a collection of data.
However please explain in great detail using fully compile-able C++ source code in the example Linear Search Algorithm and its inefficiency