Implementing A Linked List In Javascript
Introduction
A linked list is a foundational data structure that can be used to implement other data structures like a queue and a stack. All three data structures are linear, meaning their elements are arranged sequentially, with a next and/or previ...
eniola-bakare.hashnode.dev27 min read
Akindele Michael
Software Engineer studying Deep Learning
Lovely read. It cemented some of my previous knowledge in LinkedList