DEV Community

Discussion on: Stacks vs. Queues In JavaScript

Collapse
 
nickfazzpdx profile image
Nicholas Fazzolari

Great post. I remember having to implement these data structures in C++ a few years back. I need to review that code again. No memory management/pointers in JS makes the high-level mechanism of the particular data structure easier to see. Very cool.