#datastructure
Read more stories on Hashnode
Articles with this tag
What is a linked list?A data structure that contains a head, tail and length property. Linked lists consist of nodes, and each node has a value and a...