When you want to delete an element in a complete binary heap, the position of this element is:完全二叉堆中要删除一个元素时,这个元素的位置是:- 未答
A: root根节点
B: leaf叶子节点
C: Can be any node可以是任意节点
D: Root node or leaf node根节点或叶子节点
A: root根节点
B: leaf叶子节点
C: Can be any node可以是任意节点
D: Root node or leaf node根节点或叶子节点
举一反三
- 在DOM节点类型中,以下___________表示XML文档的根节点。 A: Text B: Element C: Document D: Node
- ()属性用于获取HTML文件的根节点。 A: document B: root C: node D: body
- 在J2EE中,在DOM基本对象中,代表文档树中一个抽象的节点和文档中的标签元素的对象分别是()。 A: Document, Node B: Node, NodeList C: NodeList, Element D: Node, Element
- 对TreeView来说,有根节点、父节点、子节点、兄弟节点等,都用Node创建。
- The method for inserting elements in a full binary heap is在完全二叉堆中插入元素的方法是 A: Insert into the bottom, percolateUp插入到底层,上滤 B: Insert into the root, percolateDown插入到根节点,下滤 C: Insert into the bottom directly直接插入到底层 D: Insert into the root directly直接插入到根节点