Data Structure: Linked List
What is a Linked List?
Simply a Linked List is a collection of data elements where every element points to the next element.
Using the technical terms a Linked List is a collection of Nodes where a node is a unit that contains data and a link to the...
bessim.hashnode.dev3 min read