bkfloyd.gph

来自「A Practical Introduction to Data Struct」· GPH 代码 · 共 12 行

GPH
12
字号
# Graph example from book for Floyd's alg: Figure 7.12
4               # Number of vertices
D               # Directed graph
0 1  1          # List of edges
1 0  4
2 0  2
0 3 12
2 3 11
2 1  5
1 3  7
3 1  3

⌨️ 快捷键说明

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