Which of the following are the linear data structures?(1 point)

Responses

arrays, lists, stack, and graphs
arrays, lists, stack, and graphs

queue, stack, trees, and arrays
queue, stack, trees, and arrays

arrays, stack, maps, and trees
arrays, stack, maps, and trees

arrays, lists, stack, and queues

1 answer

The correct response listing the linear data structures is:

arrays, lists, stack, and queues

Linear data structures are those in which elements are arranged in a sequential manner. Arrays, lists, stacks, and queues all follow this linear arrangement. In contrast, trees and graphs are non-linear data structures.