Computer Science, asked by rameshlawate9066, 7 months ago

13. Which of the following is a non-
linear data structure? *
Array
Queue
Linked List
Tree​

Answers

Answered by mohammed1999
0

Answer:

Tree, Graph

Explain:

A tree is collection of nodes where these nodes are arranged hierarchically and form a parent child relationships.

Answered by syed2020ashaels
0
  • Data structures is the specialised means of organising and storing of data in computers..
  • We can store,edit,retrieve the data in the data structure at anytime and anywhere.
  • There are various types of data structure they are:
  • array ,tree,hash,graphs,lists.
  • A non linear data structure  is where the data are not arranged linearly or sequentially.
  • The data are arranged in an random order.
  • The  Tree is a non linear data structure.

#spj3

Similar questions