

InterviewSolution
Saved Bookmarks
1. |
In ________ search each element is compared with x till not found.(a) Binary(b) Sequential(c) Merge(d) None of the mentionedThe question was asked during an interview.I would like to ask this question from Algorithms in section Algorithms of Discrete Mathematics |
Answer» CORRECT answer is (b) Sequential For explanation I WOULD say: In linear or sequential search entire LIST is searched sequentially for x. |
|