Computer Science, asked by salman7891499, 2 months ago

which of the following case dose not exist in complexity theory?​

Answers

Answered by anshveer52
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 radheshyam6441
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