#linkedlists
Read more stories on Hashnode
Articles with this tag
A linked list is a linear data structure that consists of a group of nodes, where each node stores a reference to an element and a reference to the...