filmov
tv
Linear-search Algorithm | Algorithms

Показать описание
In this video, I have discussed about the Linear Search Algorithm which is used for finding an element in the array. Like if we want to check whether an element exists in the array or not. If it exists in the array then algorithm return the location(index) of that element or rather it returns some pre-defined value used for describing not Found-Found by the Programmer. This algorithm can be implemented in any programming language like Java, C, C++ or Ruby.