MCPcopy Index your code
hub / github.com/douchuan/algorithm / create_graph

Function create_graph

tests/test_undirected_graph.rs:185–187  ·  view source on GitHub ↗
(i: &str)

Source from the content-addressed store, hash-verified

183}
184
185fn create_graph(i: &str) -> Box<dyn IGraph> {
186 Box::new(Graph::from(i))
187}

Callers 7

dfsFunction · 0.70
non_recursive_dfsFunction · 0.70
dfs_pathsFunction · 0.70
bfs_pathsFunction · 0.70
ccFunction · 0.70
cycleFunction · 0.70
two_colorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected