What is a disadvantage of using Linked Lists?
Using a Linked List requires
more @(6) compared to using
an array for storing the same
amount of data.
Using a Linked List requires
more memory compared to using
an array for storing the same
amount of data.
Using a Linked List requires
more space compared to using
an array for storing the same
amount of data.