Which of the following is a disadvantage of using a linked list?(1 point)

Responses

It is difficult to traverse.
It is difficult to traverse.

It is difficult to declare.
It is difficult to declare.

It is difficult to delete data.

1 answer

The correct response is: It is difficult to traverse.

While linked lists have their advantages, such as dynamic sizing and efficient insertions/deletions, they can be more challenging to traverse compared to arrays, which allow for random access.