He implemented a binary search tree to manage the information better.
The first level is a binary search tree on the first of the d-coordinates.
binary search tree with hooked duplicates for memory allocation
In generating the binary search tree, the value of each item in a set of values is determined.
A splay tree is a binary search tree that automatically moves frequently accessed elements nearer to the root.
Un arbre splay est un arbre binaire de recherche qui rapproche automatiquement de la racine les éléments utilisés fréquemment.
Each level of the data structure is a binary search tree on one of the d-dimensions.
Chaque niveau de la structure de données est un arbre binaire de recherche sur l'une des d dimensions.
Assuming this is a binary search tree, as stated above, the elements must be interpreted as variables that can be compared to each other.
En supposant que c'est un arbre binaire de recherche, les éléments doivent être interprétés comme des variables qu'on peut comparer les unes aux autres.
A range tree on a set of points in d-dimensions is a recursively defined multi-level binary search tree.
A arbre de portée sur un ensemble de points en d dimensions est un arbre binaire de recherche à plusieurs niveaux récursivement défini.
To search for a given key value, apply a standard binary search algorithm in a binary search tree, ignoring the priorities.
Rechercher une clé donnée avec l'algorithme standard de recherche dichotomique dans un arbre binaire de recherche, en ignorant les priorités.
A binary search tree is provided for efficiently organizing values for a set of items, even when values are duplicated.
L'invention concerne un arbre de recherche binaire destiné à organiser efficacement des valeurs pour un ensemble d'articles, y compris lorsque les valeurs sont dupliquées.
As with any binary search tree, the inorder traversal order of the nodes is the same as the sorted order of the keys.
Tout comme pour n'importe quel arbre binaire de recherche, l'ordre infixe sur les nœuds est le même que celui des clés ordonnés.
If a value is duplicative and is found two or more times in the set, then the duplicative value is used as a hook in the binary search tree.
Si une valeur particulière est unique est n'est trouvée qu'une fois dans l'ensemble, cette valeur unique est utilisée comme un noeud dans l'arbre de recherche binaire.