MCPcopy Create free account
hub / github.com/TheAlgorithms/Rust / dfs

Method dfs

src/graph/strongly_connected_components.rs:64–94  ·  view source on GitHub ↗
(&mut self, v: usize, adj: &[Vec<usize>])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

find_componentsMethod · 0.45

Calls 7

is_unvisitedFunction · 0.85
is_in_stackFunction · 0.85
get_discover_timeFunction · 0.85
set_doneFunction · 0.85
pushMethod · 0.80
iterMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected