Program With Erik

About

Blog

This site is my tutorials, rantings and musings on software development, with a focus on JavaScript, Ember.js, Vue.js and Node.js.

Feb 13 2017 on Data Structures

How To Create A Linked List, Stack and Queue in JavaScript

The linked list, stack and Queue are some of the most common data structures in computer science. All three hold a collection of elements and can be traversed. In the linked list one pointer is used to keep track of the head and another keeps track of the next value.…

continue reading →
Page 1 of 1