Discuss linear search algorithim and best time case
Answers
Answered by
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