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

Function create_digraph

tests/test_directed_graph.rs:169–171  ·  view source on GitHub ↗
(i: &str)

Source from the content-addressed store, hash-verified

167}
168
169fn create_digraph(i: &str) -> Box<dyn IGraph> {
170 Box::new(Digraph::from(i))
171}

Callers 8

dfsFunction · 0.85
dfs_pathsFunction · 0.85
bfs_pathsFunction · 0.85
searchFunction · 0.85
cycleFunction · 0.85
topologicalFunction · 0.85
sccFunction · 0.85
transitive_closureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected