V
- the graph vertex typeE
- the graph edge typepublic abstract class IntArrayGraphAlgorithm<V,E> extends Object
Modifier and Type | Field and Description |
---|---|
protected int[][] |
_neighbors |
protected Map<V,Integer> |
_vertexToPos |
protected List<V> |
_vertices |
Constructor and Description |
---|
IntArrayGraphAlgorithm(Graph<V,E> g)
Create a new instance.
|
Copyright © 2016. All rights reserved.