balanced binary search tree
常見(jiàn)例句
- Add and Remove operations are typically expensive since Binary Search Trees require that a tree be balanced.
添加和刪除操作的開(kāi)銷是很大的,只主要是因?yàn)閷?duì)半查找樹(shù)的平衡性所決定的。
blog.sina.com.cn - The highly balanced binary search tree is established in order to improve efficiency of the binary search tree and to shorten the average search tree.
建立高度平衡的二叉搜索樹(shù)是為了提高二叉搜索樹(shù)的效率,減少樹(shù)的平均搜索長(zhǎng)度。 返回 balanced binary search tree