Searching Algorithms Questions
The time complexity of linear search is O(n), where n is the number of elements in the list being searched.