Examveda

What is the time complexity of accessing an element at the bottom of a stack implemented using a linked list?

A. O(1)

B. O(n)

C. O(log n)

D. O(n log n)

Answer: Option B


This Question Belongs to Data Structure >> Stacks In Data Structures

Join The Discussion

Related Questions on Stacks in Data Structures