answersLogoWhite

0


Best Answer

A non-linear data structure is one in which the elements are not arranged or linked in a linear fashion. Trees, graphs, etc. are non-linear data structure since the elements are arranged in a branching manner.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

tree or graph (actually, tree is a special graph)

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which of the following data structure is non liner type?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is homogeneous data structure?

collection of dissimilar type of data is called non homogeneous data structure as for example structure .


Which of the following is not a registry data type?

The following is not a registry data type: String Array.


Structure data type and elementary data type?

Both of them is very important in programming.


What is syntax of structure?

struct tag_name { data type v1; data type v2; __________ __________ __________ }s1;


What is called representation of data structure in memory?

"Abstract Data Type"


Which type of data structure is used in ATM to take the printout of last 5 transactions?

stack data structure.


Is struct is user defined data type?

yes, a structure is a user-made data type so that user can manipulate multiple data types simultaneously. a structure covers up sum limitation of arrays as in it provides heterogenous data type.


What is non homogeneous material?

collection of dissimilar type of data is called non homogeneous data structure as for example structure .


What is the data structure which stores the multipole values?

No such thing exist in C but you can do this using structure data type and creating arrary of it object there after!!


Can a data type be called a data structure?

Yes, they can be used interchangeably, but they usually mean separate things. A type of data is something like an integer, or string. While a data structure usually refers to a linked list or tree of integers or strings.


What are the types to pass a structure to functions?

A structure is a type so you just need to pass the structure as you would any other data type: by reference or by value.


What are the differences between Homogeneous and non homogeneous data structures?

in homogeneous data structure all the elements of same data types known as homogeneous data structure. example:- array while there can b any type of data in non homogeneous data structure. example:- list