lwdgraph.out
来自「data structures, algorithms and Applicat」· OUT 代码 · 共 16 行
OUT
16 行
Edges = 0
The graph is
Vertex 1 = 4 4 3 2
Vertex 2 = 1 3 4 1
Vertex 3 =
Vertex 4 = 2 5
The graph after deleting <2,1> is
Vertex 1 = 4 4 3 2
Vertex 2 = 4 1
Vertex 3 =
Vertex 4 = 2 5
Exist(3,1) = 0
InDegree(3) = 1
OutDegree(1) = 2
Edges = 4
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?