now that we have understood the math algorithms in this section let's focus on the search algorithms the section is pretty small as our focus is only on two algorithms linear search and binary search with binary search though we will have a look at the recursive solution as well the approach remains the same as math algorithms i'll start off by mentioning the problem statement what is the ask from us i will then request you to pause the video and try solve the problem we will then implement the solution together i highly recommend you code along with
me rather than just watching the video finally we will determine the big o time complexity of our solution all right let's get started with linear search in the next video