Question
Computer Science Question on Sampling Techniques
In the given list10 | 9 | 4 | 21 | 5 | 7 | 8 |
---|
what do you think is the best technique to search an element?
A
Linear search
B
Binary search
C
Bubble sort
D
Collision
Answer
Linear search
Explanation
Solution
The correct option is (A) :Linear search