7a2c941024
* BAEL-3883: Boruvka's Algorithm for Minimum-Spanning Trees * BAEL-3883: checking in pom.xml
41 lines
434 B
JSON
41 lines
434 B
JSON
{
|
|
"nodes": 5,
|
|
"edges": 7,
|
|
"edgeList": [
|
|
{
|
|
"first": 0,
|
|
"second": 1,
|
|
"weight": 8
|
|
},
|
|
{
|
|
"first": 0,
|
|
"second": 2,
|
|
"weight": 5
|
|
},
|
|
{
|
|
"first": 1,
|
|
"second": 2,
|
|
"weight": 9
|
|
},
|
|
{
|
|
"first": 1,
|
|
"second": 3,
|
|
"weight": 11
|
|
},
|
|
{
|
|
"first": 2,
|
|
"second": 3,
|
|
"weight": 15
|
|
},
|
|
{
|
|
"first": 2,
|
|
"second": 4,
|
|
"weight": 10
|
|
},
|
|
{
|
|
"first": 3,
|
|
"second": 4,
|
|
"weight": 7
|
|
}
|
|
]
|
|
} |