Which of the following is not a disadvantage of using a linked list to implement a stack?
A. Higher memory usage
B. Slower random access times
C. Slower push and pop operations
D. No constant-time access to the middle elements
This question is part of this quiz :
JavaScript Stack