dsa sp javascript queue Question 8

Last Updated :
Discuss
Comments

Which of the following is not a way to implement a queue in JavaScript?



 

A. Using an array

B. Using a linked list

C. Using an object

D. Using a binary search tree

Share your thoughts in the comments