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 manner but not in a contiguous way. Array's if you have ever heard of them store data in a contigous...
kantush.hashnode.dev1 min readNo responses yet.