Multiple choice technology architecture The complexity of linear search algorithm is O(n) O(log n) O(n2) O(n log n) Reveal answer Fill a bubble to check yourself A Correct answer Explanation Linear search has O(n) time complexity because in the worst case it must examine each of the n elements once. The runtime grows linearly with the input size.