You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
linear search is a searching technique, use to find an element from list.
this technique will search for an element by traversing complete list of elements.