Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/douchuan/algorithm
/ V
Method
V
src/graph/directed/digraph.rs:13–15 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
11
12
impl IGraph for Digraph {
13
fn V(&self) -> usize {
14
self.nv
15
}
16
17
fn E(&self) -> usize {
18
self.ne
Callers
1
new
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected