Which of the following is not a disadvantage of using an array to implement a queue?
A. Limited capacity
B. Higher memory usage
C. Slower dequeue operation
D. No constant-time access to the middle elements
This question is part of this quiz :
JavaScript Queue