

A collection structure represents a sequence of nodes. Code implementation and complexity analysis.īefore we start to discuss, we need to formulate a clear understanding of what a linked list is.Discussion about Singly, Doubly and Circular Linked List.Good programmers worry about data structures and their relationships." - Linus Torvalds

💭 "Bad programmers worry about the code. Here we are going to have a brief discussion with Javascript examples and I will start from the beginning, gradually, because we do not have to be hurry! So, let’s diving in this fantastic world called data structure and algorithms together. But, trust me, it is essential for your career and maybe you may need it in the future to resolve some problem. In my point of view is important to know the concepts and how it works behind the scenes, although there are many frameworks that already have the complete implementation. Here I will show how important this topic is and why you should understand all the concepts. I am so excited to be writing this series! I have been postponed this for a long time and many reasons, maybe I can write about it another time, but finally I decided to complete this goal. Welcome to my first article where I am going to talk about Data Structures.
LINKED LIST STACK HOW TO
Learning the concepts and how to implement Linked List, Queue and Stack.
