平衡树

作者: crf1028 | 来源:发表于2016-11-19 09:59 被阅读0次

    平衡树(英语:Self-balancing binary search tree)Wiki

    </br>

    特点

    • 平衡树是改进的二叉查找树
    • 普通的二叉查找树通过一次或者两次树旋转变成平衡树(tree rotation)
    • 树旋转的类型有左旋以及右旋(left/right rotation)

    </br>

    相关

    相关文章

      网友评论

          本文标题:平衡树

          本文链接:https://www.haomeiwen.com/subject/opnspttx.html