Español-Inglés (que no son triviales):
árbol | tree |
árbol generador | spanning tree |
arista de cruce | cross edge |
arista de progreso | forward edge |
arista de retroceso | back edge |
arista | edge |
articulación | articulation |
bosque | forest |
camino | path |
cintura | girth |
conexo | connected |
dirigido | directed |
emparejamiento | matching |
exploración en anchura | breadth first search |
exploración en profundidad | depth first search |
flujo | flow |
fuertemente conexo | strongly connected |
grado | degree |
peso | weight |
ponderado | weighted |
puente | bridge |
recorrido | walk |
vecino | neighbor |
vértice de corte | cutvertex |
Inglés-Español (que no son triviales):
articulation | articulación |
back edge | arista de retroceso |
breadth first search | exploración en anchura |
bridge | puente |
connected | conexo |
cross edge | arista de cruce |
cutvertex | vértice de corte |
degree | grado |
depth first search | exploración en profundidad |
directed | dirigido |
edge | arista |
flow | flujo |
forest | bosque |
forward edge | arista de progreso |
girth | cintura |
matching | emparejamiento |
neighbor | vecino |
path | camino |
spanning tree | árbol generador |
strongly connected | fuertemente conexo |
tree | árbol |
walk | recorrido |
weighted | ponderado |
weight | peso |