Exemplo n.º 1
0
 /// <summary>
 /// Compute the algorithm starting at the first vertex.
 /// </summary>
 public void Compute()
 {
     this.Compute(Traversal.FirstEdge(this.VisitedGraph).Source);
 }