Searching Algorithms

Home > Computer Science > Algorithms and data structures > Searching Algorithms

These are a set of algorithms used to find a specific value within a dataset. Examples include linear search and binary search.