Computer Science, asked by singhyuvraj7770, 1 year ago

Which of the following data structure is linear type?
A) Tree
B) Binary Tree
C) Queue
D) Graph

Answers

Answered by myrakincsem
5

A data structure of linear type is a queue.

What is a data structure?

  • In simple words, data structure can be defined as a way which is used for organization of a data.
  • Depending on the data type, particular data organization forms are used.

What is linear data structure?

  • As the name describes, a linear data structure can be described as a type of data which is arranged in a linear or sequential manner.
  • An array, stack, queue or a linked list are all types of linear data structure.

Hence, the correct option is C) Queue.

Similar questions