The Worst case occur in linear search algorithm when

The Worst case occur in linear search algorithm when Correct Answer Item is the last element in the array or is not there at all

Algorithmic complexity is concerned about how fast or slow particular algorithm performs.

Related Questions

The Worst case occur in linear search algorithm when _________
Can linear search recursive algorithm and binary search recursive algorithm be performed on an unordered list?
The Worst case occurs in linear search algorithm when ____________
What is the best case and worst case complexity of ordered linear search?