Anonymous

How Many Types Of Data Structure Are There Explain With Example?

5

5 Answers

Anonymous Profile
Anonymous answered
There r to types of data structure
1-) Linear
in linear
I-) array
ii-) stack
iii-) link list
2-) nonlinear
in nonlinear
I-)tree
ii-) graphs
Anonymous Profile
Anonymous answered
Types of data structure are
1.data types
2.Linear data structure
3.Trees
4.Graph
5.Hashes
Anonymous Profile
Anonymous answered
There are three types of data structure.
1. Vector
2. Linear
3.Non_linear
Anonymous Profile
Anonymous answered
The main types of data are array,link lists and trees
we all know about array(collection of similar kinda elements)
link list are the list which holds the addresses and names of nodes,each node contains the address of another we can insert and delete any node(computer of device),if required
and trees are the way to represent the data.if I could have sufficient time I would have made it but next time and take the advantage of it

Answer Question

Anonymous