Example #1
0
 public GetDFSAlgorithm()
 {
     Next = new GetDijkstraAlgorithm();
 }
Example #2
0
 public GetAlgorithm()
 {
     Next = new GetDFSAlgorithm();
 }