UNPKG
quick-union-union-find
Version:
latest (1.0.1)
1.0.1
1.0.0
Quick Union Union Find using ES next
quick-union-union-find
/
test
/
tinyUF.json
18 lines
(17 loc)
•
176 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"count"
:
10
,
"connections"
: [ [
4, 3
], [
3, 8
], [
6, 5
], [
9, 4
], [
2, 1
], [
8, 9
], [
5, 0
], [
7, 2
], [
6, 1
], [
1, 0
], [
6, 7
] ] }