Deep Dive into Data structures using Javascript - Doubly Linked List
What is a Doubly Linked List?
A Doubly Linked List is a variation of Linked List data structure. It contains all characteristics of a Singly Linked List (or we simply call it Linked List) with one additional feature: each Node contains 2 pointers (pr...
sahinarslan.hashnode.dev19 min read