In this video, I will explain what is linear searching in a data structure.
In linear search, we access each element of an array/list one by one sequentially and see whether it is desired element or not.