Q. The Worst case occur in linear search algo- rithm when (Solved)
1. Item is not in the array at all
2. Item is the last element in the array
3. Item is the last element in the array or is not there at all
4. None of above
- c. Item is the last element in the array or is not there at all