| Constructor and Description |
|---|
BinaryRepresentation(Graph<V,E> graph) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
binaryRepresenatation(java.util.List<V> verticeList)
Finds the binary representation of the graph given a list of its vertices
|
public java.lang.String binaryRepresenatation(java.util.List<V> verticeList)
verticeList - A list of graph's vertices