fun out(edge: Edge): Int
Number of nodes in G which have outgoing edge.
fun out(edges: Pair<Edge, Edge>): Int
Number of nodes in G which have outgoing edges.