Zog.MST (Zog v0.1.0)
View SourceNative Minimum Spanning Tree (MST) algorithms backed by Zog (Zig) via Zigler.
Summary
Functions
Computes the Minimum Spanning Tree (MST) of an undirected graph natively using Kruskal's algorithm.
Functions
@spec kruskal(Zog.SoA.t()) :: {:ok, [Yog.MST.edge()]}
Computes the Minimum Spanning Tree (MST) of an undirected graph natively using Kruskal's algorithm.