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

Method add_edge

src/graph/bipartite_matching.rs:27–29  ·  view source on GitHub ↗

Add an directed edge u->v in the graph

(&mut self, u: usize, v: usize)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

small_graph_kuhnFunction · 0.45
small_graph_hopcroftFunction · 0.45
super_small_graph_kuhnFunction · 0.45

Calls 1

pushMethod · 0.80

Tested by 6

small_graph_kuhnFunction · 0.36
small_graph_hopcroftFunction · 0.36
super_small_graph_kuhnFunction · 0.36