Esempio n. 1
0
 private bool preVisit(Graph g, int v)
 {
     stringBuilder.Append(v.ToString() + ",");
     return(true);
 }