Examveda

What is the time complexity of pop() operation when the stack is implemented using an array?

A. O(1)

B. O(n)

C. O(logn)

D. O(nlogn)

Answer: Option A


This Question Belongs to Data Structure >> Introduction To Data Structures

Join The Discussion

Related Questions on Introduction to Data Structures