以下为句子列表:
英文: Add and Remove operations are typically expensive since Binary Search Trees require that a tree be balanced.
中文: 通常需要增加和删除操作,因为二叉树需要被平衡。
更详细...
英文: Binary Search Trees are useful for finding items in a list that changes infrequently.
中文: 二叉搜索树在查找经常变化的列表时是很非常有用的。
更详细...
英文: Using a binary search tree or dividing the string into segments as long as the square root of the length of the string will solve the problem.
中文: 用一个二叉搜索树或者将串切分成长度的平方根那么长的小段都可以解决这个问题。
更详细...
|