Module graph
binius_
utils
0.2.0
Module graph
Module Items
Functions
In crate binius_
utils
Modules
array_2d
checked_arithmetics
env
error_utils
examples
felts
graph
iter
rayon
serialization
sorting
sparse_index
thread_local_mut
Macros
bail
felts
binius_utils
Module
graph
Copy item path
Settings
Help
Summary
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).