gpt4 book ai didi

algorithm - 张开树 : does an inorder traversal look at nodes in increasing order for a splay tree?

转载 作者:塔克拉玛干 更新时间:2023-11-03 04:58:47 27 4
gpt4 key购买 nike

我刚刚完成了这方面的考试,我使用中序遍历来检查我的一棵伸展树(Splay Tree)中的节点顺序是否正确。这有效吗?

最佳答案

是的,中序遍历以升序访问 splay 树的元素。

根据splay树的定义in the original article :

The splay tree, (is) a self-adjusting form of binary search tree

因此,splay 树只是结构上的常规二叉搜索树,这是中序遍历以递增顺序访问元素所需的全部。除此之外,沿伸展树(Splay Tree)搜索路径的操作会修改结构,但它们以不违反 binary search tree invariants 的方式进行。 .

关于algorithm - 张开树 : does an inorder traversal look at nodes in increasing order for a splay tree?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40500878/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com