जॉइन Examsbookउत्तर : 3. "O(n)"
The complexity of linear search algorithm is5
प्र: The complexity of linear search algorithm is
- 1O(n2)false
- 2O(n log n)false
- 3O(n)true
- 4O(log n)false
- उत्तर देखेंउत्तर छिपाएं
- Workspace
उत्तर : 3. "O(n)"
व्याख्या :
Answer: C) O(n) Explanation: The worst case complexity of linear search is O(n).

