扩充的二叉树英文解释翻译、扩充的二叉树的近义词、反义词、例句
英语翻译:
【计】 extended binary tree
分词翻译:
扩充的英语翻译:
augment; expansion; extend; extension; strengthen
【经】 expand; expansion
二叉树的英语翻译:
【计】 binary tree
网络扩展解释
扩充的二叉树
扩充的二叉树(kuòzhǎng de èr chā shù)是一种用于计算机科学领域的树形数据结构,也被称为“完美二叉树(perfect binary tree)”。扩充的二叉树是一种高度为 log(n+1) 的满二叉树,其中 n 是树上叶子节点的数量。
英语解释翻译
The expanded binary tree is a type of tree structure used in computer science, also known as a "perfect binary tree". An expanded binary tree is a full binary tree with a height of log(n+1), where n is the number of leaf nodes in the tree.
英文读音
[ɪkˈspændɪd ˈbaɪnərɪ tri]
英文的用法
Expanded binary trees are used in a variety of applications, including computer graphics, image processing, and data compression. They are also used in algorithms for searching, sorting, and indexing large datasets.
英文例句
- An expanded binary tree can be used to represent a binary code that maps a set of symbols to a set of codewords.
- The Huffman algorithm constructs an expanded binary tree to generate an optimal prefix code for a given set of symbols and their frequencies.
英文近义词
- Perfect binary tree
- Complete binary tree
英文反义词
- Incomplete binary tree
- Imperfect binary tree
英文单词常用度
根据语料库数据统计,expanded binary tree 的常用程度为中等。