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

Method topological_sort

src/graph/connectivity.rs:128–132  ·  view source on GitHub ↗

Gets the vertices of a graph according to a topological order of the strongly connected components. Most often used on DAGs.

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

num_vMethod · 0.80

Tested by

no test coverage detected