Computer Science, asked by gurleen4723, 10 months ago

what is linear search in java??​

Answers

Answered by Thûgłife
4

\color{red}\huge\bold\star\underline\mathcal{Hey\:Mate}\star

here is ur answer ❤❤

Linear search is the basic search algorithm used in data structures. It is also called as sequential search. Linear search is used to find a particular element in an array. It is not compulsory to arrange an array in any order (Ascending or Descending) as in the case of binary search

Answered by Anonymous
3

Bubble search and linear search are two ways using array we arrange a number in acending or descending order ,large number or small number etc .

in linear search we go line by line to find result and take large time too .

Similar questions