binius_
utils
0.2.0
Module graph
Module Items
Functions
In crate binius_
utils
binius_utils
Module
graph
Copy item path
Source
Functions
ยง
connected_
components
Finds connected components using a Kruskal-like approach. Each input slice of usizes represents a set of nodes that form a complete subgraph (i.e., all of them are connected).