lgraph.out

来自「data structures, algorithms and Applicat」· OUT 代码 · 共 17 行

OUT
17
字号
Edges = 0
The graph is
Vertex 1 = 4  2  3  
Vertex 2 = 3  1  4  
Vertex 3 = 2  1  
Vertex 4 = 1  2  
The graph after deleting <2,4> is
Vertex 1 = 4  2  3  
Vertex 2 = 3  1  
Vertex 3 = 2  1  
Vertex 4 = 1  
Deletion of <3,4> failed
Exist(3,1) = 1
Degree(3) = 2
Degree(1) = 3
Edges = 4

⌨️ 快捷键说明

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