scc-trait

Crates.ioscc-trait
lib.rsscc-trait
version0.1.0
sourcesrc
created_at2024-08-25 16:01:23.89772
updated_at2024-08-25 16:01:23.89772
descriptionTrait-based Strongly Connected Components Calculation
homepage
repositoryhttps://github.com/timothee-haudebourg/scc-trait
max_upload_size
id1351199
size8,993
Timothée Haudebourg (timothee-haudebourg)

documentation

https://docs.rs/scc-trait

README

Trait-based Strongly Connected Components Calculation

Based on Tarjan's SCC algorithm. Just implement the Scc trait on your graph type to be able to compute the SCC in linear time.

Commit count: 0

cargo fmt