uprooting a tree - tradução para alemão
Diclib.com
Dicionário ChatGPT
Digite uma palavra ou frase em qualquer idioma 👆
Idioma:

Tradução e análise de palavras por inteligência artificial ChatGPT

Nesta página você pode obter uma análise detalhada de uma palavra ou frase, produzida usando a melhor tecnologia de inteligência artificial até o momento:

  • como a palavra é usada
  • frequência de uso
  • é usado com mais frequência na fala oral ou escrita
  • opções de tradução de palavras
  • exemplos de uso (várias frases com tradução)
  • etimologia

uprooting a tree - tradução para alemão

TYPE OF BALANCED SEARCH TREE
Ab tree; (a,b) tree; A-B-tree

uprooting a tree      
einen Baum entwurzeln (einen Baum ausreißen)
gum tree         
WIKIMEDIA DISAMBIGUATION PAGE
Gum tree (disambiguation)
Gummibaum (Botanik)
up a tree         
WIKIMEDIA DISAMBIGUATION PAGE
Up a Tree (film); Up a Tree (disambiguation); Up A Tree
hoch im Baum, auf einem Baum; in der Klemme sitzen

Definição

B-tree
<algorithm> A multi-way balanced tree. The "B" in B-tree has never been officially defined. It could stand for "balanced" or "Bayer", after one of the original designers of the algorithms and structure. A B-tree is _not_ (necessarily?) a "binary tree". A B+-tree (as used by IBM's VSAM) is a B-tree where the leaves are also linked sequentially, thus allowing both fast random access and sequential access to data. [Knuth's Art of Computer Programming]. [Example algorithm?] (2000-01-10)

Wikipédia

(a,b)-tree

In computer science, an (a,b) tree is a kind of balanced search tree.

An (a,b)-tree has all of its leaves at the same depth, and all internal nodes except for the root have between a and b children, where a and b are integers such that 2 ≤ a ≤ (b+1)/2. The root has, if it is not a leaf, between 2 and b children.