Which of the following operations are used by Red-Black trees to maintain balance during insertion/deletion?
a) Recoloring of nodes
b) Rotation (Left and Right)
(A)只有一个
(B)仅b
(C) a和b
(D) a或b答案: (C)
解释:
在插入和删除过程中都使用了重新着色和旋转操作。
这个问题的测验
📅  最后修改于: 2021-07-02 13:45:16             🧑  作者: Mango
Which of the following operations are used by Red-Black trees to maintain balance during insertion/deletion?
a) Recoloring of nodes
b) Rotation (Left and Right)
(A)只有一个
(B)仅b
(C) a和b
(D) a或b答案: (C)
解释:
在插入和删除过程中都使用了重新着色和旋转操作。
这个问题的测验