You have defined a data structure that allows you to store a collection of elements in non-contiguous locations linearly. This is done by adding a reference to the next element in the current element i.e. The ith element stores the location for the (i+1)th element and so on.
Which of these data structures is being referred to in the given context?