forked from softeng364/assignment2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKuroseRoss5-15.json
103 lines (103 loc) · 2.11 KB
/
KuroseRoss5-15.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"label": "Kurose & Ross: Slides (v 7.01), Slide 5-15",
"type": "NetworkGraph",
"protocol": "static",
"version": null,
"metric": null,
"nodes": [
{
"id": "u",
"properties": {
"name": "u",
"pos": [0.0, 0.0]
}
},
{
"id": "v",
"properties": {
"name": "v",
"pos": [1.0, -1.0]
}
},
{
"id": "w",
"properties": {
"name": "w",
"pos": [1.0, 0.0]
}
},
{
"id": "x",
"properties": {
"name": "x",
"pos": [1.0, 1.0]
}
},
{
"id": "y",
"properties": {
"name": "y",
"pos": [2.0, 0.0]
}
},
{
"id": "z",
"properties": {
"name": "z",
"pos": [3.0, 0.0]
}
}
],
"links": [
{
"source": "u",
"target": "v",
"cost": 7
},
{
"source": "u",
"target": "w",
"cost": 3
},
{
"source": "u",
"target": "x",
"cost": 5
},
{
"source": "v",
"target": "w",
"cost": 3
},
{
"source": "v",
"target": "y",
"cost": 4
},
{
"source": "w",
"target": "x",
"cost": 4
},
{
"source": "w",
"target": "y",
"cost": 8
},
{
"source": "x",
"target": "y",
"cost": 7
},
{
"source": "x",
"target": "z",
"cost": 9
},
{
"source": "y",
"target": "z",
"cost": 2
}
]
}