Graphs/Data Structures
From charlesreid1
Notes
This page contains notes on data structures useful for graphs. See also Graphs/ADT for the universal methods that graphs should implement.
Graphs are composed of three basic object types:
- Vertex/Node
- Edge
- Graph