Is this binary or sequential search?

John

New member
If the data is not in order (random), what search algorithm should we use to find a specific item in the data? Would it be binary, sequential, or none of these two?

Thanks in advance!
 
Back
Top