MCQ Single Best Answer Easy

QWhich of the following searching algorithms is not a comparison-based algorithm?

ID: #5708 Searching Algorithms 171 views
Question Info
#5708Q ID
EasyDifficulty
Searching AlgorithmsTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Linear search
  • B Interpolation search
  • C Hashing
  • D Jump search
Correct Answer: Option C

Explanation

Answer: Hashing

Explanation: Hashing is not a comparison-based algorithm because it uses a hash function to map the element to a specific location in the hash table.

Share This Question

Challenge a friend or share with your study group.