DSA functions > Time complexities > Flashcards
What is time complexity of hashmap lookup operation?
“Expected” worst case runtime: O(1)Worst case: O(n)