retagged by
3,430 views

1 Answer

Best answer
9 votes
9 votes

It can not be guranteed in Binary tree, AVL tree and Expression tree.

Hence Answer will be B) B-Tree

selected by
Answer:

Related questions

3 votes
3 votes
2 answers
1
go_editor asked Jul 5, 2016
22,550 views
To represent hierarchical relationship between elements, which data structure is suitable?DequeuePriorityTreeAll of the above
2 votes
2 votes
2 answers
2
go_editor asked Jul 5, 2016
7,010 views
Which of the following data structure is linear type?StringsListsQueuesAll of the above
2 votes
2 votes
1 answer
3
go_editor asked Jul 5, 2016
4,238 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,317 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...