⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testlabelcomponents.output

📁 datastucutre and algorithms, application, in C
💻 OUTPUT
字号:
Enter number of edges in graph
Enter weighted edge 1
Enter weighted edge 2
Enter weighted edge 3
Enter weighted edge 4
Enter weighted edge 5
Enter weighted edge 6
Graph 0 is
Number of Vertices = 7
Number of Edges = 6
0  0  1  1  0  0  0  
0  0  0  0  1  0  0  
1  0  0  0  0  0  0  
1  0  0  0  0  0  0  
0  1  0  0  0  1  1  
0  0  0  0  1  0  1  
0  0  0  0  1  1  0  


Graph 1 is
Number of Vertices = 7
Number of Edges = 6
0  0  1  1  0  0  0  
0  0  0  0  1  0  0  
0  0  0  0  0  0  0  
0  0  0  0  0  0  0  
0  0  0  0  0  1  0  
0  0  0  0  0  0  0  
0  0  0  0  1  1  0  


Number of components = 2
The component labels are 1  2  1  1  2  2  2  
graph::labelComponents() not defined for directed graphs
Number of components = 2
The component labels are 1  2  1  1  2  2  2  
graph::labelComponents() not defined for directed graphs
Number of components = 2
The component labels are 1  2  1  1  2  2  2  
graph::labelComponents() not defined for directed graphs
Number of components = 2
The component labels are 1  2  1  1  2  2  2  
graph::labelComponents() not defined for directed graphs
Enter number of edges in graph
Enter weighted edge 1
Enter weighted edge 2
Enter weighted edge 3
Enter weighted edge 4
Enter weighted edge 5
Enter weighted edge 6
Enter weighted edge 7
Graph 0 is
Number of Vertices = 7
Number of Edges = 9
0  1  1  1  0  0  0  
1  0  0  0  1  1  0  
1  0  0  0  0  0  0  
1  0  0  0  1  0  0  
0  1  0  1  0  1  1  
0  1  0  0  1  0  1  
0  0  0  0  1  1  0  


Graph 1 is
Number of Vertices = 7
Number of Edges = 9
0  1  1  1  0  0  0  
0  0  0  0  1  1  0  
0  0  0  0  0  0  0  
0  0  0  0  1  0  0  
0  0  0  0  0  1  0  
0  0  0  0  0  0  0  
0  0  0  0  1  1  0  


Number of components = 1
The component labels are 1  1  1  1  1  1  1  
graph::labelComponents() not defined for directed graphs
Number of components = 1
The component labels are 1  1  1  1  1  1  1  
graph::labelComponents() not defined for directed graphs
Number of components = 1
The component labels are 1  1  1  1  1  1  1  
graph::labelComponents() not defined for directed graphs
Number of components = 1
The component labels are 1  1  1  1  1  1  1  
graph::labelComponents() not defined for directed graphs

⌨️ 快捷键说明

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