What is the translation of " RECURSIVE ALGORITHM " in Spanish?

Examples of using Recursive algorithm in English and their translations into Spanish

{-}
  • Colloquial category close
  • Official category close
Slowsort is a recursive algorithm.
Minimax es un algoritmo recursivo.
We may be able to reconstruct the directory with a recursive algorithm.
Puede que podamos reconstruir el directorio con un algoritmo recursivo.
So, the recursive algorithm has some overhead.
Así, el algoritmo recusivo tiene cierta sobrecarga.
The second way is a recursive algorithm.
La segunda es un algoritmo recursivo.
Many times a recursive algorithm is translated into an iterative one.
Muchas veces un algoritmo recursivo se traduce en uno iterativo.
It's pretty cool, simple, really recursive algorithm.
Es en realidad un algoritmo recursivo genial, sencillo.
However, a recursive algorithm might turn to be slightly slower because.
Sin embargo, un algoritmo recursivo puede volverse ligeramente más lento porque.
Backtracking is a recursive algorithm.
Retroceso cronológico es un algoritmo recursivo.
I used a recursive algorithm to reconstruct some photos he erased from his memory card.
Use un algoritmo recursivo para reconstruir algunas fotos que borró de la memoria.
I was gonna say tough as recursive algorithm, but okay.
Iba a decir como un algoritmo recursivo, pero está bien.
We have almost got the code licked, butwe just keep getting tripped up on this one recursive algorithm, so.
Casi hacemos quesalga el código, pero seguimos tropezando con este algoritmo recursivo, así que.
Again, we have a recursive algorithm in this case.
En este caso tenemos nuevamente un algoritmo recursivo.
I think I can clarify the image with a recursive algorithm.
Creo que puedo mejorar la imagen, con un algorítmo recursivo.
On the other hand, the recursive algorithm to solve a sub-problem.
Por el otro lado, el algoritmo recursivo para resolver un subproblema.
In any recursive algorithm, there is considerable freedom in the choice of the base cases, the small subproblems that are solved directly in order to terminate the recursion.
En cualquier algoritmo recursivo, hay una libertad considerable para elegir los casos bases, los subproblemas pequeños que son resueltos directamente para acabar con la recursión.
In order to examine the runtime of our recursive algorithm it's often useful to.
Para examinar el tiempo de ejecución de nuestro algoritmo recursivo, a veces es útil.
To apply a recursive algorithm under this objective function, the initial distance between individual objects must be(proportional to) squared Euclidean distance.
Para aplicar algoritmo recursivo bajo esta función objetivo, la distancia inicial entre los objetos individuales debe ser proporcional al cuadrado de la Distancia Euclidiana.
We can construct a divide and conquer recursive algorithm to solve this problem.
Podemos construir un algoritmo recursivo de dividir y vencer para resolver este problema.
To design recursive algorithms for solving search and traversal problems about binary, n-ary and general trees, using the operations of the corresponding data type.
Diseñar algoritmos recursivos para resolver problemas de búsqueda y recorrido en árboles binarios, n-arios y generales usando las operaciones del tipo de datos correspondiente.
So in some sense an iterative algorithm and the recursive algorithm are doing.
Así, en cierto sentido, un algoritmo iterativo y el algoritmo recursivo están haciendo.
A general procedure for a simple hybrid recursive algorithm is short-circuiting the base case, also known as arm's-length recursion.
Un procedimiento general para un algoritmo recursivo híbrido simple es saltarse el caso base.
Finding f( D, r, w){\displaystyle f(D, r, w)} for a single-vertex graph is trivial(it is just D{\displaystyle D}itself), so the recursive algorithm is guaranteed to terminate.
Halle f( D, r, w){\displaystyle f(D, r, w)} para un gráfico de un solo vértice es trivial(es solo D{\displaystyle D} en sí mismo),por lo que el algoritmo recursivo siempre termina.
We disable the firewall, then the recursive algorithm grabs your pasord, and as the application erases itself leaving no trace we we here ever… you ready to see your future, bro?
Desactivamos el firewall luego el algoritmo recursivo toma tu contraseña y la aplicación se borra sin dejar rastro de que nosotros…¿Listo para ver tu futuro, hermano?
Kuṭṭaka means"pulverizing" or"breaking into small pieces", andthe method involves a recursive algorithm for writing the original factors in smaller numbers.
Kuttaka significa"pulverizar" o"romper en pequeñas piezas", yel método involucra un algoritmo recursivo para escribir los factores originales en números más pequeños.
Given a simple recursive algorithm, to determine whether there is a straightforward way to obtain an equivalent iterative algorithm, and write it if there exists such a straightforward transformation.
Dado un algoritmo recursivo, determinar si existe una manera sencilla de obtener un algoritmo iterativo equivalente y, si es así, escribirlo.
Karatsuba's basic step works for any base B and any m, but the recursive algorithm is most efficient when m is equal to n/2, rounded up.
El paso básico de Karatsuba funciona para cualquier base B y cualquier m. pero el algoritmo recursivo es más eficiente cuando m es igual a n/2, redondeado por exceso.
Recursive algorithms are particularly appropriate when the underlying problem or the data to be treated are defined in recursive terms.
Los algoritmos recursivos son especialmente apropiados cuando el problema que resolver o los datos que manejar son definidos en términos recursivos." Los ejemplos en esta sección ilustran lo que se conoce como"recursión estructural.
In some programming languages,the maximum size of the call stack is much less than the space available in the heap, and recursive algorithms tend to require more stack space than iterative algorithms..
Otra posible razón para la utilización de un algoritmo iterativo en lugar de uno recursivo es el hecho de que en los lenguajes de programación modernos,el espacio de stack disponible para un hilo es, a menudo, mucho menos que el espacio disponible en el montículo, y los algoritmos recursivos suelen requerir más espacio de stack que los algoritmos iterativos.
Masreliez theorem describes a recursive algorithm within the technology of extended Kalman filter, named after the Swedish-American physicist John Masreliez, who is its author.
El teorema de Masreliez es un algoritmo recursivo a menudo empleado en estadística robusta y el método matemático de filtros de Kalman extendidos y lleva el nombre del físico C. Johan Masreliez, su autor.
To determine if the efficiency of a given simple recursive algorithm can be improved and, if it is possible, to design a more efficient recursive algorithm that solves the same problem using efficiency generalizations.
Determinar si se puede mejorar la eficiencia de un algoritmo recursivo sencillo dado y, en caso de que sea posible, diseñar un algoritmo recursivo alternativo más eficiente usando inmersiones de eficiencia.
Results: 78, Time: 0.0349

How to use "recursive algorithm" in a sentence

Write recursive algorithm for computing factorial.
Recursive Algorithm Time Complexity: Coin Change.
Recursive algorithm for evaluating vertex-type Feynman-integrals.
The classic practical recursive algorithm is QuickSort.
A nice recursive algorithm that’s really fast.
A Recursive Algorithm for Spatial Cluster Detection.
A recursive algorithm must call itself, recursively.
The recursive algorithm is short and mysterious.
Every recursive algorithm can be implemented iteratively.
A Recursive Algorithm for Gamma Mixture Models.
Show more

Word-for-word translation

Top dictionary queries

English - Spanish