Benjamin Tree

中文含义:

Benjamin Tree(本杰明树)是一种二叉搜索树(Binary Search Tree),它是一种数据结构,由节点组成,每个节点最多只有两个子节点,而且左子节点小于父节点,右子节点大于父节点。

英语词性:

Noun

美式发音:

bɛnʤəmɪn tri

同义词:

Binary Search Tree

易混淆单词:

AVL Tree、Red-Black Tree

双语例句:

The Benjamin Tree is a useful data structure for sorting and searching data.(本杰明树是一种用于排序和搜索数据的有用数据结构。)

In computer science, the Benjamin Tree is one of the most commonly used data structures.(在计算机科学中,本杰明树是最常用的数据结构之一。)