Multiple choice

Which technique is used for direct search?

  1. Binary search

  2. Linear search

  3. Tree search

  4. Hashing

  5. _

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Hashing is used for performing almost direct constant time search in case of insertion, deletion and find operations.