To find an element in a set or a map take the same time. It is
a) O(1)
b) O(N 1/2 )
c) O(log N)
d) O(N)
e) O(N 2 )
c) O(log N)
Computer Science & Information Technology
You might also like to view...
What HTML tag marks the beginning of a table header entry?
A. table B. header C. th D. tbl
Computer Science & Information Technology
A piece of system software called a(n) ____ inserts object code from code libraries into the object code for a requesting program.
linker editor loader compiler
Computer Science & Information Technology