Crates.io | scc-trait |
lib.rs | scc-trait |
version | 0.1.0 |
source | src |
created_at | 2024-08-25 16:01:23.89772 |
updated_at | 2024-08-25 16:01:23.89772 |
description | Trait-based Strongly Connected Components Calculation |
homepage | |
repository | https://github.com/timothee-haudebourg/scc-trait |
max_upload_size | |
id | 1351199 |
size | 8,993 |
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.