Vidyalelo
Data Structure · Q18

Stacks in Data Structures

Programming · Data Structure · question 18

Q18

What is the time complexity for accessing the top element in a stack implemented using an array?

A.
O(1)
Answer
B.
O(n)
C.
O(log n)
D.
O(n log n)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board