MCPcopy Create free account
hub / github.com/EbTech/rust-algorithms / euler_recurse

Method euler_recurse

src/graph/util.rs:22–27  ·  view source on GitHub ↗

Helper function used by euler_path. Note that we can't use a for-loop that would consume the adjacency list as recursive calls may need it.

(u: usize, adj: &mut [AdjListIterator], edges: &mut Vec<usize>)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

nextMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected