Graph

An implementation of the Graph data structure in java

My implementation on github

Implementation
The graph data structure is typically implemented using an Adjacency-List or and Adjacency-Matrix.