Exemple #1
0
 public Traversal(Graph graph)
 {
     this.graph = graph;
     fs         = new T();
     fs.Init(graph);
     statuses = new HandleStatus[graph.GetVerticesCount()];
 }