Groups
Category
Message passing treats meshes and point clouds as graphs where nodes exchange information with neighbors to learn useful features.
Prim's algorithm builds a Minimum Spanning Tree (MST) by growing a tree from an arbitrary start vertex, always adding the lightest edge that connects the tree to a new vertex.