File: tree.out

package info (click to toggle)
igraph 0.8.5%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,284 kB
  • sloc: ansic: 97,287; cpp: 22,541; yacc: 1,150; makefile: 546; lex: 478; xml: 450; pascal: 82; sh: 9
file content (61 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (8)
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
Null graph
directed: false
vcount: 0
edges: {
}

Directed null graph
directed: true
vcount: 0
edges: {
}

Singleton graph
directed: false
vcount: 1
edges: {
}

Path graph
directed: true
vcount: 3
edges: {
0 1
1 2
}

Binary out-tree, n=3
directed: true
vcount: 3
edges: {
0 1
0 2
}

Binary in-tree, n=3
directed: true
vcount: 3
edges: {
1 0
2 0
}

Ternary out-tree, n=14
directed: true
vcount: 14
edges: {
0 1
0 2
0 3
1 4
1 5
1 6
2 7
2 8
2 9
3 10
3 11
3 12
4 13
}