$Id$
#include <vector>
#include <iostream>
#include "Graph.hpp"
Include dependency graph for example.cpp:
Functions | |
void | dfs (Node n, int num) |
Get the DFS number of the nodes. | |
int | main () |
Main. | |
Variables | |
Graph * | g |
Pointer to the graph. | |
PropertyFacility * | p |
Pointer to the properties. |
|
Get the DFS number of the nodes.
|
|
Main.
|
|
Pointer to the graph.
|
|
Pointer to the properties.
|