Multiple choice Which searching technique takes O time to find a data? Linear search Binary search Hashing Tree search _ Reveal answer Fill a bubble to check yourself C Correct answer Explanation It is a technique used for performing insertions, deletions and finds in constant average time.