bintree

n.

  1. 二叉查找树

网络词典

bintree

英 baɪnˈtriː 美 baɪnˈtriː
名词 中文翻译:二叉树
同义词: ['binarytree', 'binary search tree']

例句:

  1. 1. The bintree is a typeof binary tree that is used for storingdata in a computer.
    二叉树是一种用于计算机中存储数据的二进制树类型。
  2. 2.In the bintree, each node hastwo children, which makes it easy totraverse the tree.
    在二叉树中,每个节点都有两个子节点,这使得遍历树变得容易。
  3. 3. The bintree is used in various applications such asdatabases and file systems.
    二叉树在数据库和文件系统等应用中被使用。