1.

If queue is implemented using arrays, what would be the worst run time complexity of queue and dequeue operations?

A. Ο(n), Ο(n)
B. Ο(n), Ο(1)
C. Ο(1), Ο(n)
D. Ο(1), Ο(1)
Answer» E.


Discussion

No Comment Found