Translation of Bellman-Ford algorithm from English into Spanish
Noun
graph theory
- The Bellman-Ford algorithm efficiently handles negative weights.El algoritmo de Bellman-Ford maneja eficientemente pesos negativos.
Synonyms and analogies of Bellman-Ford algorithm in English
Examples of Bellman-Ford algorithm in a sentence
Students learn the Bellman-Ford algorithm in advanced computer science courses.
Translations of "Bellman-Ford algorithm" in Context ordered by category and frequency
Distance vector algorithms use the Bellman-Ford algorithm.
Estos métodos utilizan el algoritmo de Bellman-Ford.
The main disadvantages of the Bellman-Ford algorithm in this setting are as follows
Las desventajas principales del algoritmo de Bellman-Ford en este ajuste son
Distance-vector routing protocols use the Bellman-Ford algorithm.
Estos métodos utilizan el algoritmo de Bellman-Ford.
Distance-vector routing protocol[edit] Distance-vector routing protocols use the Bellman-Ford algorithm.
Protocolos Vector-Distancia[editar] Los protocolos de encaminamiento Vector-Distancia calculan las rutas utilizando el algoritmo de Bellman-Ford.
Bellman-Ford algorithm: Examples and translations in context
Second, the Bellman-Ford algorithm is used, starting from the new vertex q, to find for each vertex v the minimum weight h(v) of a path from q to v. If this step detects a negative cycle, the algorithm is terminated.
En segundo lugar, se utiliza el algoritmo de Bellman-Ford, empezando por el nuevo vértice q, para determinara para cada vértice v el peso mínimo h(v) del camino de q a v.
It works by using the Bellman-Ford algorithm to compute a transformation of the input graph that removes all negative weights, allowing Dijkstra's algorithm to be used on the transformed graph.
Funciona utilizando el algoritmo de Bellman-Ford para hacer una transformación en el grafo inicial que elimina todas las aristas de peso negativo, permitiendo por tanto usar el algoritmo de Dijkstra en el grafo transformado.
Distance-vector routing protocols use the Bellman-Ford algorithm.
Los protocolos de encaminamiento Vector-Distancia calculan las rutas utilizando el algoritmo de Bellman-Ford.