go top

网络释义专业释义

  banlanced binary tree

... 二叉树 binary tree 平衡二叉树 banlanced binary tree 满二叉树 full binary tree ...

基于2个网页-相关网页

短语

广义平衡二叉树 general balanced trees

平衡二叉查找树 Balanced Binary Search Tree

平衡二叉搜索树 Balanced Binary Search Tree

平衡排序二叉树 Sort balanced binary tree

非平衡二叉搜索树 UnBalanced Binary Search Tree

自平衡二叉查找树 Balancing Binary Search Tree

 更多收起网络短语
  • avl-tree - 引用次数:6

    The SB-tree(sequential binary tree), based on the AVL-tree and B+-tree, takes both trees’advantages: flexible operation and high memory usage.

    平衡二叉树(AVL)和B+基础上建立的SB(sequential binary tree),兼有者的优点,既有操作的方便灵活性,又可以提高内存的利用率。

    参考来源 - 实时数据库的索引技术
    adelson-velskii-landis tree - 引用次数:1

    参考来源 - 高速网络入侵检测系统中规则匹配算法的研究
  • balanced binary tree

·2,447,543篇论文数据,部分数据来源于NoteExpress

双语例句

  • 判断一棵是否平衡二叉

    Given a binary tree, determine if it is height-balanced.

    youdao

  • 平衡二叉半边匹配数据结构引入提高了拓扑信息重建速度

    The execution rate of topological reconstruction is enhanced by introducing the AVL tree and half edge data structure.

    youdao

  • 提出基于哈希平衡二叉证书撤销方案,分析方案的有效性和安全性。

    This paper proposes a promoted certificate revocation based on Hash table and balanced binary tree, and gives the analysis of validity and security.

    youdao

更多双语例句

百科

平衡二叉树

平衡二叉树(Balanced Binary Tree)又被称为AVL树(有别于AVL算法),且具有以下性质:它是一 棵空树或它的左右两个子树的高度差的绝对值不超过1,并且左右两个子树都是一棵平衡二叉树。构造与调整方法 平衡二叉树的常用算法有红黑树、AVL、Treap等。 最小二叉平衡树的节点的公式如下 F(n)=F(n-1)+F(n-2)+1 这个类似于一个递归的数列,可以参考Fibonacci数列,1是根节点,F(n-1)是左子树的节点数量,F(n-2)是右子树的节点数量。

详细内容

以上来源于: 百度百科
$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定