Description: Specification File
adjacencyListGragh
class GeneralGraph:
use adjacency list to implement the graph which data structure is vector
Construct methods:
* public GeneralGraph():
contain an empty vector store the vertex and a boolean determines whether graph is directed or not, defaulted is undirected
- [Graph] - Mainly using java language to achieve th
- [Vertex] - vertex for draw 2d directed graph
File list (Check if you may need any files):
adjacencyListGragh
..................\DirectedGraph.java
..................\Edge.java
..................\GeneralGraph.java
..................\specification files
..................\specification files.doc
..................\Test.java
..................\UnDirectedGraph.java
..................\Vertex.java