MCPcopy Create free account
hub / github.com/douchuan/algorithm / create_graph

Function create_graph

tests/test_graph_mst.rs:71–73  ·  view source on GitHub ↗
(i: &str)

Source from the content-addressed store, hash-verified

69}
70
71fn create_graph(i: &str) -> Box<dyn IEWGraph> {
72 Box::new(EWGraph::from(i))
73}

Callers 4

parseFunction · 0.70
lazy_Prim_mstFunction · 0.70
Prim_mstFunction · 0.70
Kruskal_mstFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected