Doubly Linked List in Javascript (Data Structures)
Almost identical to the singly-linked lists, except every node has another pointer, to the previous node. It provides more flexibility over singly-linked lists.
Todos:
1. Push and Pop
2. Unshift and Shift
3. Get and Set
4. Insert and Remove
Creating ...
nileshsaini.hashnode.dev6 min read