1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Which of the following methods can be us...
Q.

Which of the following methods can be used to search an element in a linked list?

A. iterative linear search
B. iterative binary search
C. recursive binary search
D. normal binary search
Answer» A. iterative linear search
Explanation: iterative linear search can be used to search an element in a linked list.

Discussion