InterviewSolution
Saved Bookmarks
| 1. |
What do you understand by a searching algorithm? List a few types of searching algorithms. |
|
Answer» Searching Algorithms are used to look for an element or get it from a data STRUCTURE (usually a list of elements). These algorithms are divided into two categories based on the type of search operation:
|
|