Algorithms-Hacktoberfest icon indicating copy to clipboard operation
Algorithms-Hacktoberfest copied to clipboard

Added Linear Search Demonstration

Open Bumsquest opened this issue 6 years ago • 1 comments

Linear Search using CPP. The user inputs the number of elements he wants to enter in the array, and then based on that he inputs the array elements. Then he enters the number to be searched. Then the array is searched linearly, for the element. If found the index of the element is returned. If not found, the user is conveyed so.

Bumsquest avatar Oct 31 '19 14:10 Bumsquest

Please move your file to the appropriate folder.

xlogix avatar Oct 31 '19 15:10 xlogix