kruskal.expected

来自「boost库提供标准的C++ API 配合dev c++使用,功能更加强大」· EXPECTED 代码 · 共 6 行

EXPECTED
6
字号
Print the edge in MST:
0 <--> 2 with weight of 1
3 <--> 4 with weight of 1
4 <--> 0 with weight of 1
1 <--> 3 with weight of 1

⌨️ 快捷键说明

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