The advantage of using a linked list from the provided options is:
It is easier to manipulate the data.
Linked lists allow for efficient insertion and deletion of elements, as these operations can be performed without the need to shift elements like in arrays.