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

Responses

arrays, lists, stack, and queues
arrays, lists, stack, and queues

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

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

arrays, lists, stack, and graphs

1 answer

The correct response is:

arrays, lists, stack, and queues

These are all examples of linear data structures, where data elements are arranged in a sequential manner. Each of the other options includes non-linear data structures (like trees and graphs) that do not fall under the category of linear data structures.