What is a benefit of using Linked Lists?
A good thing about Linked Lists
is that when inserting or
removing a node, other elements
do not have to be @(7) in memory.
A good thing about Linked Lists
is that when inserting or
removing a node, other elements
do not have to be shifted in memory.