The order condition that characterizes a heap states that
A) at each node X, any element stored in a child of X must be greater than the element stored at X
B) at each node X, any element stored in a left child of X must be less than the element stored at X, and any element stored in right child must be greater than the element stored at X
C) an inorder traversal of the heap's binary tree must yield a sorted sequence
D) None of the above
A) at each node X, any element stored in a child of X must be greater than the element stored at X
Computer Science & Information Technology
You might also like to view...
What chart type can display two different chart types at the same time?
A) Multiple B) Mixed C) Combo D) Combination
Computer Science & Information Technology
Which IEEE 802.1x component is contained within the client?
A) Supplicant B) Authenticator C) Initiator D) Agent
Computer Science & Information Technology