Computer Science, asked by Srinivasrao9829, 11 months ago

Write the Disadvantages Of Linear Search

Answers

Answered by jjggabril
0

Answer:

1)in linear search it needs more space and time complexity.

2) in linear search if the key element is the last element and the search is from first element that is a worst case, or if the key element is the first element and the search is from last element then also is the worst case.

Explanation:

Similar questions