M

Mr. Dubey • 52.26K Points
Coach

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
Correct : Option (A)

Explanation:
 iterative linear search can be used to search an element in a linked list.

Share

Discusssion

Login to discuss.

Be the first to start discuss.