roc/crates/compiler/collections
Ayaz Hafiz 947808bbb3
Checking if a connected component has a bridge needs to look at all edges
With a graph

A -> B

if we visit the order B, A to collect SCCs, we won't see that B has
pre-order edges until we look at A.
2022-12-02 11:50:12 -06:00
..
src Checking if a connected component has a bridge needs to look at all edges 2022-12-02 11:50:12 -06:00
Cargo.toml more workspace dependencies 2022-11-13 16:10:02 +01:00