#data-structures
Read more stories on Hashnode
Articles with this tag
Def: A linked list is a dynamic data structure, what I mean by that is you can add or remove data in a linked list. They store data in a sequential...