public interface DirectedGraph
Modifier and Type | Method and Description |
---|---|
void |
add(DirectedEdge e) |
void |
addEdge(int v1,
int v2) |
Iterator<Integer> |
adjacencyList(int v) |
int |
nbVertices() |
int nbVertices()
void add(DirectedEdge e)
e
- void addEdge(int v1, int v2)
v1
- v2
- Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.