Exercises: Searching Lists
Apr 092018Before attempting these exercises, you should read the post on linear and binary search.
Before attempting these exercises, you should read the post on linear and binary search.
Search problems are problems which ask us to find something, given a description of it. Typical search problems are like these:
<h1>
tag.
A search algorithm is one which solves a search problem. In this post, we’ll see two algorithms which solve search problems on lists.(1)