Data Structures

Linked list is best defined as which of the following?

Correct answer

A. A data structure where elements are stored in nodes, each pointing to the next node in sequence.

Explanation

Linked list refers to a data structure where elements are stored in nodes, each pointing to the next node in sequence.