search tree的意思
search tree中文翻譯:
搜索樹
search───v.搜索,搜尋;調查,搜查;搜身;探求;思索;(在計算機上)搜索;n.搜尋;探究,查究;檢索;n.(Search)(印、美)瑟奇(人名)
search into───調查
pseudonym search───筆名檢索
address search───地址檢索
search of───搜索
search for───搜索;查找;v.尋找;搜索
woolens search───羊毛搜索
search criteria───n.搜索條件
person search───人員搜索
The gridding arithmetic of search tree of robotic path is derived.───同時,還推導了機器人路徑搜索樹網格算法。
Red-black tree is a self-balancing binary search tree.───紅黑樹 是一個自平衡的二叉查找樹。
binary search tree (BST) is a binary tree with the following properties.───二進制搜索樹(BST)是具有以下屬性的二進制樹。
Binary tree is often used as a binary search tree and binary heap.───二叉樹常被用作二叉查找樹和二叉堆。
A final note: By inserting elements into a search tree and then performing an inorder traversal, we obtain the elements in sorted order.───最后請注意:通過插入到查找樹元素,然后執行一個序遍歷,我們得到有序的元素。
First, the elements are inserted into a binary search tree.───最初要素被二進制的尋找樹插入。
The experimentation proves that the game procedure designed by genetic algorithm outweighs that designed by search tree.───實驗表明,用遺傳算法所設計的對弈程序優于搜索樹法。
A binary search tree is not an attractive approach to sorting because a heap does the same job with less effort.───因為累積由于更少的努力做相同的工作所以二進制的尋找樹由于有魅力到分類接近不。
In this paper, the study of random binary search tree is a random graph theories of a tree.───本文所研究的隨機二叉搜索樹是隨機圖論二叉樹的一種。
First, the elements are inserted into a binary search tree.
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.
This is an implementation of the Binary Search Tree algorithm.
Red-black tree is a self-balancing binary search tree.
Simple binary search tree, but there is a problem: it is not a balanced tree.
This is known as a random binary search tree.
The gridding arithmetic of search tree of robotic path is derived.
The branching factor of a regular search tree has a decisive effect on the time complexity of a search algorithm.
Binary search tree sample source code integrity, and can be used directly.