Searching Algorithms
Let's study some famous and important searching algorithms including binary search!
We'll cover the following
Brute Force: Linear Search
This is the most simple searching algorithm and it is in time. In fact, give it a shot. You’ll probably be able to come up with it yourself!
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.