Tagged in

Data Structures

Data Structures and Algorithms
Data Structures and Algorithms
A study map of data structures and algorithms
More information
Followers
177
More, on Medium

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.