Searching Algorithms

Home > Computer Science > Software Engineering > Algorithms > Searching Algorithms

These are used to search for a specific data item in a collection of data. Examples include Linear Search and Binary Search.