BINARY SEARCH in Portuguese translation

['bainəri s3ːtʃ]
['bainəri s3ːtʃ]
busca binária
pesquisa binária
binary search

Examples of using Binary search in English and their translations into Portuguese

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
  • Official/political category close
The second problem can also be solved in O(log"n") time by binary search.
O segundo problema também pode ser resolvido em tempo de O(log"n") por busca binária.
From here, the third stage of the algorithm performs the binary search on the interval 2j- 1 and 2j, as before.
A partir daqui, a terceira etapa do algoritmo realiza a busca binária no intervalo 2j- 1 and 2j, como antes.
B-trees are generalizations of binary search trees in that they can have a variable number of subtrees at each node.
Árvore B Árvores B são generalizações de árvores binárias de busca que podem ter um número variável de subárvores e chaves em cada nó.
Since the insert operation on a self-balancing binary search tree takes O(log n)
Visto que a operação de inserção em uma árvore binária de busca utiliza tempo O(log n),
Properties==In addition to the requirements imposed on a binary search tree the following must be satisfied by a red-black tree:
Além dos requisitos ordinários impostos pelas árvores de busca binárias, as árvores rubro-negras tem os seguintes requisitos adicionais:
Most operations on a binary search tree(BST) take time directly proportional to the height of the tree, so it is
A maioria das operações em uma árvore binária de busca(BST) leva um tempo diretamente proporcional à altura da árvore,
The B-tree is a generalization of a binary search tree in that a node can have more than two children.
A árvore B é uma generalização de uma árvore de pesquisa binária em que um nó pode ter mais que dois filhos.
Red-black trees, like all binary search trees, allow efficient in-order traversal(that is:
Árvores rubro-negras, como todas as árvores binárias de busca, permitem travessia em-ordem de elementos de maneira eficiente,
That Ken doll probably thinks traversing a binary search tree runs in the order of"n," instead of"log n." Idiot!
Deve pensar que uma árvore de procura binária funciona na razão de N em vez de log N. Idiota!
A splay tree is a self-balancing binary search tree with the additional property that recently accessed elements are quick to access again.
Uma árvore splay é uma árvore binária de busca autoajustável, com a propriedade adicional de tornar os elementos recentemente acessados, fáceis de acesso novamente.
A red-black tree is a balanced binary search tree in which each node has a color(red
Uma árvore rubro-negra é uma árvore de busca binária onde cada nó tem um atributo de cor,
Unlike self-balancing binary search trees, the B-tree is well suited for storage systems that read
Diferente das árvores de pesquisa binária auto-balanceadas, a árvore B é bem adaptada para sistemas de armazenamento que lêm
The method is also called the interval halving method, the binary search method, or the dichotomy method.
O método também é chamado de método da pesquisa binária, ou método da dicotomia.
In addition to the requirements imposed on a binary search tree the following must be satisfied by a red-black tree:
Além dos requisitos ordinários impostos pelas árvores de busca binárias, as árvores rubro-negras tem os seguintes requisitos adicionais:
iterations with a binary search procedure.
iterações com o procedimento de busca binária.
depending on the language in which the binary search tree was implemented.
dependendo da linguagem em que a árvore binária de busca está implementada.
the tree itself is ordered the same way a binary search tree is, with the exception of a possible third node.
a árvore em si é ordenada da mesma forma que uma árvore binária de busca é, com a exceção do possível terceiro nó.
Such a data structure is known as a treap or a randomized binary search tree.
Tal estrutura de dados é conhecida como um treap ou uma árvore de busca binária aleatória.
The computer then performs what is essentially a binary search, always giving the subject a question which is halfway between what the computer has already determined to be the subject's maximum and minimum possible skill levels.
O computador, em seguida, executa o que é essencialmente uma busca binária, sempre dando ao assunto uma questão que está a meio caminho entre o que o computador já tenha determinado como sendo os níveis possíveis máximos e mínimos das habilidades do sujeito.
For example, to find a number in a sorted list, the binary search algorithm checks the middle entry
Por exemplo, para encontrar um número em uma lista ordenada, a pesquisa binária verifica a entrada do meio
Results: 89, Time: 0.0383

Word-for-word translation

Top dictionary queries

English - Portuguese