Analysis & Design of Algorithm
page 3 to 4
In computer science, linear search or sequential search is a method for finding an element within a list
The best case of sequential search is if the first element of the list is the target.
The average case time complexity of sequenti...
shivmanitripathi.hashnode.dev3 min read