What is the translation of " SUBTREES " in Spanish?

Noun
sub-árboles

Examples of using Subtrees in English and their translations into Spanish

{-}
  • Colloquial category close
  • Official category close
And those six subtrees drawn could be huge.
Y esos seis sub-árboles dibujados pueden ser enormes.
Positions cursor on the next node skipping all subtrees.
Posiciona el cursor al siguiente nodo saltandose todos los subárboles.
Just as subtrees are natural for recursion(as in a depth-first search), forests are natural for corecursion as in a breadth-first search.
Así como los subárboles son asiduos a la recursividad(como en una búsqueda por profundidad), los bosques son asiduos a la correcursión como en una búsqueda por anchura.
Next- Move cursor to next node skipping all subtrees.
Mueve el cursor al siguiente nodo saltandose todos los subárboles Descripción.
This last scenario,referring to exactly two subtrees, a left subtree and a right subtree, assumes specifically a binary tree.
Esta última situación,en referencia a exactamente dos subárboles, un subárbol izquierdo y un subárbol derecho, es específicamente un árbol binario.
Disadvantages tar Use to copy files and directory subtrees to a single tape.
Desventajas tar Utilícelo para copiar archivos y subárboles de directorio en una sola cinta.
Using the terminology of Root for the parent node of the subtrees to rotate, Pivot for the node which will become the new parent node, RS for rotation side upon to rotate and OS for opposite side of rotation.
Utilizando la terminología de raíz para el nodo padre de los subárboles para girar, Pivot para el nodo que se convertirá en el nuevo nodo padre, RS lado rotación a girar y OS para el lado opuesto de la rotación.
Each internal node's keys act as separation values which divide its subtrees.
Cada elemento de un nodo interno actúa como un valor separador, que lo divide en subárboles.
Given a node in a tree,its children define an ordered forest the union of subtrees given by all the children, or equivalently taking the subtree given by the node itself and erasing the root.
Dado un nodo en un árbol,sus hijos definen un bosque ordenado la unión de subárboles dados por todos sus hijos, o lo que es equivalente, tomar el subárbol dado por el propio nodo y borrar la raíz.
Flexible structure that organizes To Do's into multiple trees, with subtrees and leafs.
Estructura flexible que permite organizar las tareas en varios árboles, con subárboles y pestañas.
Removing this edge partitions the minimum spanning tree into two subtrees, and Cartesian trees recursively constructed for these two subtrees form the children of the root node of the Cartesian tree.
Quitar esta arista particiona el árbol abarcador de costo mínimo en dos subárboles y los árboles cartesianos construidos recursivamente para los dos subárboles forman los hijos del nodo raíz del árbol cartesiano.
B-trees are generalizations of binary search trees in that they can have a variable number of subtrees at each node.
Los B-Trees son generalizaciones de los árboles de búsqueda binaria que pueden tener un número variable de subárboles en cada nodo.
Intuitively, a tree decomposition represents the vertices of a given graph G as subtrees of a tree, in such a way that vertices in the given graph are adjacent only when the corresponding subtrees intersect.
Intuitivamente, una descomposición en árbol representa los vértices de un grafo G como subárboles de un árbol, de manera que los vértices del grafo dado son adyacentes si y solo si los subárboles correspondientes intersecan.
A Binary Search Tree is a node-based data structure where each node contains a key and two subtrees, the left and right.
Un árbol de búsqueda binaria es una estructura de datos basada en nodos donde cada nodo contiene una llave y dos subárboles, el izquierdo y el derecho.
More elegantly, via mutual recursion, of which a tree is one of the most basic examples, a tree can be defined in terms of a forest(a list of trees),where a tree consists of a value and a forest(the subtrees of its children): f:,…, t t: v f Note that this definition is in terms of values, and is appropriate in functional languages(it assumes referential transparency); different trees have no connections, as they are simply lists of values.
Más elegantemente, a través de la recursión mutua, de los cuales un árbol es uno de los ejemplos más básicos, un árbol se puede definir en términos de un bosque(una lista de árboles),donde un árbol consta de un valor y un bosque(los subárboles de sus hijos): f:,…, t t: v f Tenga en cuenta que esta definición es en términos de valores, y es apropiada en lenguaje funcional(se asume la transparencia referencial); diferentes árboles no tienen conexión, ya que son simplemente listas de valores.
To delete the minimum element from the heap, first find this element,remove it from its binomial tree, and obtain a list of its subtrees.
Para borrar el menor elemento del heap primero se busca, luego se borra de su árbol binomial y se obtiene comoresultado una lista de los subárboles que contenía como hijos.
In bifurcating(fully resolved) trees,each internal branch induces a quartet whose leaves are either subtrees of the original tree or actual leaves of the original tree.
En árboles bifurcados(completamente resueltos),cada rama interna induce un cuarteto cuyas hojas son sub-árboles del árbol original o hojas del árbol original.
More precisely, all nodes skipped by a backjump from node x m{\displaystyle x_{m}} up to node x l{\displaystyle x_{l}}are irrelevant to the subtree rooted at x m{\displaystyle x_{m}}, and also irrelevant are their other subtrees.
Más precisamente, todos los nodos evitados por un backjump desde un nodo x m{\displaystyle x_{m}} hasta otro nodo x l{\displaystyle x_{l}}son irrelevantes al subnivel asociado en x m{\displaystyle x_{m}}, y también irrelevante es su otro subniveles.
It is used to change the shape of the tree, andin particular to decrease its height by moving smaller subtrees down and larger subtrees up, resulting in improved performance of many tree operations.
Se utiliza para cambiarla forma del árbol, y en particular para disminuir su altura moviendo subárboles más pequeños hacia abajo y subárboles más grande, lo que resulta en un mejor rendimiento de muchas operaciones de los árboles.
The result is that each node may include a reference to the first node of one or two other linked lists, which, together with their contents,form the subtrees below that node.
El resultado es que cada nodo puede incluir una referencia al primer nodo de una o dos listas enlazadas, cada cual con su contenido,formando así los subárboles bajo el nodo.
A subtree of a tree T is a tree consisting of a node in T and all of its descendants in T. Nodes thus correspond to subtrees(each node corresponds to the subtree of itself and all its descendants)- the subtree corresponding to the root node is the entire tree, and each node is the root node of the subtree it determines; the subtree corresponding to any other node is called a proper subtree by analogy to a proper subset.
Un subárbol de un árbol T es un árbol que consiste en un nodo en T y todos sus descendientes en T. Luego los nodos se corresponden con los subárboles(a cada nodo le corresponde el subárbol de sí mismo y todos sus descendientes)- el subárbol correspondiente al nodo raíz es todo el árbol, y cada nodo es el nodo raíz del subárbol que lo determina; el subárbol correspondiente a cualquier otro nodo se denomina el subárbol apropiado por analogía a conjunto apropiado.
Putting the above description in words:A plane tree consists of a node to which is attached an arbitrary number of subtrees, each of which is also a plane tree.
Poniendo la descripción anterior en palabras:Un árbol consiste en un nodo al cual está unido un número arbitrario de subárboles, cada uno de los cuales es también un árbol.
At the time it was imagined that a validator might have to maintain large numbers of trust anchors corresponding to signed subtrees of the DNS.
En el momento en que fue imaginado que un validador podría tener que mantener un gran número de anclas de confianza correspondientes a subárboles firmadas del DNS. El propósito de DLV era permitir que los validadores para descargar el esfuerzo de la gestión de un repositorio de confianza de anclaje a una confianza tercero.
From this, the tree itself may also be defined recursively: the root is the minimumvalue of the sequence, and the left and right subtrees are the Cartesian trees for the subsequences to the left and right of the root value.
A partir de esto, el árbol también se puede definir de forma recursiva:la raíz es el menor valor de la secuencia, y los subárboles izquierdo y derecho son árboles cartesianos para las subsecuencias a la izquierda y a la derecha del valor de la raíz en la secuencia.
As a data type, a tree has a value and children, and the children are themselves trees; the value andchildren of the tree are interpreted as the value of the root node and the subtrees of the children of the root node.
Como tipo de dato, un árbol tiene un valor e hijos, y los hijos son a su vez subárboles; el valor y los hijos de unárbol se interpreta como el valor del nodo raíz y los subárboles de los hijos del nodo raíz.
Recursively, as a data type a tree is defined as a value(of some data type, possibly empty),together with a list of trees(possibly an empty list), the subtrees of its children; symbolically: t: v,…, t A tree t consists of a value v and a list of other trees.
De forma recursiva, un árbol como un tipo de datos se define como un valor(de un cierto tipo de datos, posiblemente vacía),junto con una lista de los árboles(posiblemente una lista vacía), los subárboles de sus hijos: t: v,…, t Un árbol t se compone de un valor v y una lista de otros árboles.
The root of the Cartesian tree represents the heaviest minimum spanning tree edge, andthe children of the root are Cartesian trees recursively constructed from the subtrees of the minimum spanning tree formed by removing the heaviest edge.
La raíz del árbol cartesiano representa el mínimo peso que atraviesa el borde del árbol, ylas sub-ramas de la raíz son árboles cartesianos de forma recursiva construidos a partir de los subárboles de expansión mínima formada por la eliminación del borde más pesado.
Click Subtree as the search scope.
Haga clic en Subtree como el ámbito de búsqueda.
This message is displayed if you selected Specified Subtree in the previous option.
Este mensaje aparece si seleccionó Subárbol especificado en la opción anterior.
Choose OK to browse the NDS tree to the Print Queue subtree.
Pulse OK para buscar el subárbol de cola de impresión en el árbol de NDS.
Results: 37, Time: 0.0249

Top dictionary queries

English - Spanish