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

Method E

src/graph/directed/digraph.rs:17–19  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

15 }
16
17 fn E(&self) -> usize {
18 self.ne
19 }
20
21 fn add_edge(&mut self, v: usize, w: usize) {
22 // 因为是建立 "v -> w" 有方向的边,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected