Question
Programming and Data Structures Question on Linked Lists
Which of the following technique of searching compares every element of list where the list can be in any order?
A
Binary search
B
Linear search
C
Heap search
D
Hashing search
Answer
Linear search
Explanation
Solution
The correct option is(B): Linear search