retagged by
22,555 views

2 Answers

Best answer
8 votes
8 votes

A.Queue -Linear data type

B. DeQueue -Linear data type

C.Tree-Non-Linear data type 

A Tree structure is a way of representing the hierarchical nature of a structure in a graphical form.

Hence,Option(C)Tree is the correct choice.

selected by
8 votes
8 votes

Answer : Tree

 A tree is a widely used abstract data type (ADT)—or data structure implementing this ADT—that simulates a hierarchical tree structure.

Reference : Tree 

Answer:

Related questions

2 votes
2 votes
2 answers
1
go_editor asked Jul 5, 2016
7,012 views
Which of the following data structure is linear type?StringsListsQueuesAll of the above
0 votes
0 votes
1 answer
2
shivani2010 asked Jun 15, 2016
3,431 views
Leaves of which of the following trees are at the same level?A. Binary treeB. B-treeC. AVL-treeD. Expression tree
2 votes
2 votes
1 answer
3
go_editor asked Jul 5, 2016
4,240 views
The Inorder traversal of the tree will yield a sorted listing of elements of tree inBinary treeBinary search treeHeapsNone of the above
3 votes
3 votes
1 answer
4
go_editor asked Jul 4, 2016
1,318 views
A binary search tree is a binary tree in whichAll items in the left subtree are less than rootAll items in the right subtree are greater than or equal to rootEach subtree...