We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9833d commit 239a1d3Copy full SHA for 239a1d3
routing_basic/doc/graph_partition.md
@@ -15,6 +15,10 @@ The graph partitioning problem asks for a division of a graph's node set into k
15
16
Graph partition is the first step to distribute processing graph data.
17
18
+## Ideal partition result
19
+
20
+<img src="https://user-images.githubusercontent.com/16873751/104144707-39c08a80-5379-11eb-9e71-fbb180fadf25.png" alt="ideal_partition" width=300/> <img src="https://user-images.githubusercontent.com/16873751/104144798-9d4ab800-5379-11eb-9471-1f28742aeea3.png" alt="ideal_partition" width=300/>
21
22
## Basic Algorithm
23
- [Kernighan Lin Algorithm](./kernighan_lin_alg.md)
24
0 commit comments