青年中文青年中文

binary search trees的意思

binary search trees中文翻譯:

二叉查找樹

二元搜索樹

相似詞語短語

binary search───[計]對分查找;二進位檢索;折半查找法;二分搜尋;二進位檢索; 對半檢索; 對分檢索; 折半查找

binary───adj.[數]二進制的;二元的,二態的

trees───n.樹木;[植]喬木;[化學]樹狀結構(tree的復數);n.(Trees)人名;(德)特雷斯;(英)特里斯

binary heap───[計]二進制堆

binary code───[計]二進制代碼;二進制碼

binary relation───n.[數]二元關系

search───v.搜索,搜尋;調查,搜查;搜身;探求;思索;(在計算機上)搜索;n.搜尋;探究,查究;檢索;n.(Search)(印、美)瑟奇(人名)

cherry trees───櫻桃樹

binary digit───[數][計]二進制數字,[數][計]二進制位;二進制位,二進制數字; 二進制碼

雙語使用場景

Unlike other self-balancing binary search trees that provide worst case O(log n) lookup time, scapegoat trees have no additional per-node overhead compared to a regular binary search tree.───和其它的提供了最壞情況O(log n) 查找時間的自平衡二分查找樹不同,替罪羊樹與普通的二分查找樹相比,并沒有對每個節點增加額外的開銷。

This paper proposes a scheme of certificate revocation management based on binary search trees.───提出了一種基于二叉搜索樹的證書撤消管理方案。

Add and Remove operations are typically expensive since Binary Search Trees require that a tree be balanced.───添加和刪除操作的開銷是很大的,只主要是因為對半查找樹的平衡性所決定的。

Simple Binary Tree Class - Binary Search Trees are useful for finding items in a list that changes infrequently .───二叉搜索樹在查找經常變化的列表時是很非常有用的。

Binary Search Trees are useful for finding items in a list that changes infrequently.───對半查找樹對于找到在一個列表中很少變化的項來說是很有用的。

Add and Remove operations are typically expensive since Binary Search Trees require that a tree be balanced.───通常需要增加和刪除操作,因為二叉樹需要被平衡。

An Incremental Fuzzy Decision Tree Classification Method for Data Streams Mining Based on Threaded Binary Search Trees───一種高效的數據流挖掘增量模糊決策樹分類算法

英語使用場景

Unlike other self-balancing binary search trees that provide worst case O(log n) lookup time, scapegoat trees have no additional per-node overhead compared to a regular binary search tree.