# Nodes(must identified by int nums) 0 1 2 3 4 # Start Nodes 0 # End Nodes 2 # Edges('-1' means the node has no out-degree) 1 2 3 -1 4 1