test.gph

来自「图论:图的M着色问题 GraphM.h GraphOpr.h mColor」· GPH 代码 · 共 14 行

GPH
14
字号
# Graph example from book for connected components
6               # Number of vertices
U               # Undirected graph
# List of edges
1 2
2 3
3 4
1 4
2 4
1 5
2 5
3 5
4 5
0 5

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?