(Hackerrank) HackerRank Python Certification Practice Test
Hackerrank - HackerRank Python Certification Hackerrank Python Data Structures & Algorithms
What is the time complexity of searching for an element in a Python dictionary?
Select your answer
A
O(1) average case
B
O(n)
C
O(log n)
D
O(n²)
Hint