data-structures - AVL 在 AVL 树中代表什么?

标签 data-structures binary-search-tree avl-tree

AVL 树与自平衡二叉搜索树相同。 AVL 代表什么?和发明者的名字有关系吗?

最佳答案

这是您猜到的发明者的名字。来自 wiki :

AVL tree is named after its two Soviet inventors, Georgy Adelson-Velsky and Evgenii Landis



他们的名字拼写首字母缩略词, AVL .

关于data-structures - AVL 在 AVL 树中代表什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37878867/

相关文章:

c - 'struct queue' 没有名为 'next' 的成员。

java - 实现迭代器出错并抛出异常

java - AVL树的对数条件

algorithm - 关于AVL树的插入操作

计算 AVL 树中节点数的算法

java - 循环数组的队列实现

algorithm - 过滤末尾带有数字的字符串(例如 foo12)的最有效方法是什么?

c++ - C++ 中的优先级堆栈

c++ - BST 错误 : new initializer expression list treated as compound expression

java - Java中从二叉搜索树中删除