Computer Science, asked by Syammohan4960, 1 year ago

Discuss linear search algorithim and best time case

Answers

Answered by bharti8442
0
In computer science, linear search or sequential search is a method for finding an element within a list. ... Linear search runs in at worst linear time and makes at most n comparisons, where n is the length of the list.
Similar questions