adplus-dvertising
frame-decoration

Question

In a min heap

a.

minimum values are stored.

b.

child nodes have less value than parent nodes.

c.

parent nodes have less value than child nodes.

d.

maximum value is contained by the root node.

Answer: (c).parent nodes have less value than child nodes.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. In a min heap

Similar Questions

Discover Related MCQs

Q. Re-balancing of AVL tree costs

Q. A binary search tree whose left subtree and right subtree differ in height by at most 1 unit is called ……

Q. Herder node is used as sentinel in …..

Q. In the …………….. traversal we process all of a vertex’s descendants before we move to an adjacent vertex.

Q. The property of binary tree is

Q. State true or false.

i) The degree of root node is always zero.

ii) Nodes that are not root and not leaf are called as internal nodes.

Q. Any node is the path from the root to the node is called

Q. State true of false.

i) A node is a parent if it has successor nodes.

ii) A node is child node if out degree is one.

Q. …………………. Is a directed tree in which out degree of each node is less than or equal to two.

Q. State true or false.

i) An empty tree is also a binary tree.

ii) In strictly binary tree, the out-degree of every node is either o or 2.

Q. When inorder traversing a tree resulted E A C K F H D B G; the preorder traversal would return

Q. A binary tree whose every node has either zero or two children is called

Q. The depth of a complete binary tree is given by

Q. When representing any algebraic expression E which uses only binary operations in a 2-tree,

Q. A binary tree can easily be converted into a 2-tree

Q. When converting binary tree into extended binary tree, all the original nodes in binary tree are

Q. The post order traversal of a binary tree is DEBFCA. Find out the pre order traversal

Q. In a binary tree, certain null entries are replaced by special pointers which point to nodes higher in the tree for efficiency. These special pointers are called

Q. The in order traversal of tree will yield a sorted listing of elements of tree in

Q. In a Heap tree