CARS
|
#include <dgraph.h>
Data Fields | |
unsigned int | label |
double | km |
struct edge * | next |
elemento lista di adiacenza
double edge::km |
peso dell'arco (distanza in km)
Referenced by copy_graph(), dijkstra(), print_graph(), and save_graph().
unsigned int edge::label |
etichetta nodo adiacente (indice nell'array)
Referenced by copy_graph(), is_edge(), print_graph(), and save_graph().
struct edge* edge::next |
prossima adiacenza
Referenced by copy_graph(), and is_edge().