public 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) |
Copyright © 2016. All rights reserved.