InterviewSolution
Saved Bookmarks
| 1. |
What is searching? Write its types? |
|
Answer» A search algorithm is the step-by-step procedure used to locate specific data among a collection of data. Types of searching algorithms are 1. Linear search 2. Binary search 3. Hash search 4. Binary Tree search |
|