1
0
Fork 0
arangodb/3rdParty/boost/1.61.0/libs/graph/example/reverse_graph.expected

14 lines
147 B
Plaintext

original graph:
0 --> 2
1 --> 1 3 4
2 --> 1 3 4
3 --> 1 4
4 --> 0 1
reversed graph:
0 --> 4
1 --> 1 2 3 4
2 --> 0
3 --> 1 2
4 --> 1 2 3