1.

Time required to delete a node with given address in a linked list is____

A. 0(n)
B. 0(log n)
C. 0(1)
D. 0(n log n)
Answer» B. 0(log n)


Discussion

No Comment Found