The graph partitioning problem asks for a division of a graph's node set into k equally sized blocks such that the number of edges that run between the blocks is minimized. The size of each block is a configurable parameter.
Road network | Graphics process | Scocial Network |
---|---|---|
Graph partition is the first step to distribute processing graph data.