Data Structure-Search
Data Structure-Search
Kaustuv Bhattacharjee
University of Engineering & Management, Kolkata
Search-Introduction
• Searching means to find whether a particular value is
present in a collection of data or not
• If the value is present in the collection, then
searching is said to be successful and the searching
process gives the location of that value in the array
• If the value is not present in the collection, the
searching process displays an appropriate message
and in this case searching is said to be unsuccessful