We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68aafd commit 87a1c4dCopy full SHA for 87a1c4d
algorithm/graph_search/bfs/shortest_path/data.js
@@ -1,5 +1,5 @@
1
-var tracer = new WeightedDirectedGraphTracer();
+var tracer = new WeightedUndirectedGraphTracer();
2
var logger = new LogTracer();
3
tracer.attach(logger);
4
-var G = WeightedDirectedGraph.random(5, 1, 1, 9);
+var G = WeightedUndirectedGraph.random(5, 1, 1, 9);
5
tracer._setData(G);
0 commit comments