Multiple choice

Which searching technique takes O time to find a data?

  1. Linear search

  2. Binary search

  3. Hashing

  4. Tree search

  5. _

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.