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

Method marked

src/graph/directed/search.rs:31–33  ·  view source on GitHub ↗

is v reachable?

(&self, v: usize)

Source from the content-addressed store, hash-verified

29
30 /// is v reachable?
31 pub fn marked(&self, v: usize) -> bool {
32 self.marked[v]
33 }
34}
35
36impl DirectedDFS {

Callers 1

reachableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected