中英互译
binary tree
美 /ˈbaɪnəri triː/
基本释义
- 二叉树:一种计算机网络,每个节点最多只有两个下属节点。
双语例句
- Binary Tree, the operation and use.二叉树的操作和使用。
- Now, the decision tree, if I branch left, it's a binary tree.现在,这个决策树,如果我走左边的分支,这是一棵二叉树。
- 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.