累计查询 0.00 亿次

binary tree

/ˈbaɪnəri triː/
  • 二叉树:一种计算机网络,每个节点最多只有两个下属节点。

双语例句

  1. Binary Tree, the operation and use.
    二叉树的操作和使用。
  2. Now, the decision tree, if I branch left, it's a binary tree.
    现在,这个决策树,如果我走左边的分支,这是一棵二叉树。
  3. A binary search tree (BST) is a binary tree with the following properties.
    二进制搜索树(BST)是具有以下属性的二进制树。

网络短语

  • threaded binary tree
    线索二叉树;二叉树
  • Complete binary tree
    完全二叉树;完整二元树;完全二元树
  • full binary tree
    满二叉树;完满二元树;二元树;二叉树
  • balanced binary tree
    平衡二叉树;平衡二元树
  • binary tree search
    二叉树搜寻;二叉树查找;二元树搜寻法;二元树状搜寻

英英释义

  • A simple binary tree of size 9 and height 3, with a root node whose value is 2. The above tree is unbalanced and not sorted.