Open fubar-coder opened 6 years ago
From unknown CodePlex user on Thursday, 19 June 2014 06:00:40
Just replace code
foreach (TVertex key in this.VisitedGraph.Vertices) this.vertexIds.Add(key, num++);
to
foreach (TVertex key in this.VisitedGraph.Vertices) this.vertexIds.Add(key, key.ToString());
From unknown CodePlex user on Thursday, 19 June 2014 06:00:40
Just replace code
to