Page 1 of 1

What is the time complexity to insert an element into the direct address table?

Posted: Wed Jul 13, 2022 7:43 pm
by answerhappygod
a) O(n)
b) O(logn)
c) O(nlogn)
d) O(1)