Bridges-Java-2.3.2
2.3.2
Bridges(JavaAPI)
|
Classes | |
class | bridges.base.GraphAdjList< K, E > |
The GraphAdjList class can be used to represent adjacency list based graphs in BRIDGES with E represnting a data specific generic parameter. The class is simply a wrapper around the C++ STL unordered_map class and, thus, derives all its operations from it. BRIDGES provides methods to visualize the graph and its contents. More... | |
Packages | |
package | bridges.base |