which of the following case dose not exist in complexity theory?
Answers
Answered by
0
Answer:
The worst case complexity of linear search is O(n). ... Explanation: The Worst case occur in linear search algorithm when Item is the last element in the array or is not there at all...
Answered by
1
Answer:
Null case does not exist in complexity Theory. Explanation: The worst case complexity of linear search is O(n). ... Explanation: The Worst case occur in linear search algorithm when Item is the last element in the array or is not there at all.
Similar questions