Graph is a collection of small c++ implementations of various types of graphs.
The Graph folder holds a dynamic list graph implementation that allows the user to create a graph with N nodes, to add connections (edges) between to nodes, remove existing connections (edges), print the list of nodes and edges.