filmov
tv
12 interview questions C Programming Linear Search in array

Показать описание
This is just one method of searching an element in an array. There are many other searches and sorting algorithms which are helpful when you have very big arrays. Linear search is the most inefficient way of searching. If the element to be searched, is at last position, then you can imagine the timing.