Data Structure Hash Tables Question #5684
Single Choice Easy

QWhat is the time complexity of accessing an element in a hash table? A. O(1)

ID: #5684 Hash Tables 191 views
Question Info
#5684Q ID
EasyDifficulty
Hash TablesTopic

Choose the Best Option

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

  • A O(1)
  • B O(n)
  • C O(log n)
  • D O(n log n)
Correct Answer

Explanation

O(1)

Share This Question

Challenge a friend or share with your study group.