10.1.8. Comparison of Linked Lists and Arrays

If you need to represent a sequence of values, you can use either a linked list or an array. Each has its advantages and disadvantages.

As you can see, whether a linked list or an array is preferred depends on what you want to do with it.