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

Method has_eulerian_path

src/graph/eulerian_path.rs:103–121  ·  view source on GitHub ↗

Checks if an Eulerian path exists in the graph. # Returns `true` if an Eulerian path exists; otherwise, `false`.

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

find_pathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected