# Directed graph: graph.txt 
# Edge list format
# Nodes: 10 Edges: 10
# FromNodeId	ToNodeId
0	7
1	9
2	3
3	8
4	0
5	2
6	4
7	8
8	3
9	9
