Add linear search #8
Labels
algorithm
This relates to an algorithm
enhancement
New feature or request
good first issue
Good for newcomers
Issue description
Linear search should be added. It should take a begin and end iterator to a collection and search for a value.
Take a look at the sorting algorithm interfaces for an example.
Checklist
The text was updated successfully, but these errors were encountered: