Explain types of searching algorithm?
Answers
Answered by
1
Answer:
Based on the type of search operation, these algorithms are generally classified into two categories: Sequential Search: In this, the list or array is traversed sequentially and every element is checked. ... Interval Search: These algorithms are specifically designed for searching in sorted data-structures.
Similar questions