Graph<'nodeData, 'edgeData> Type
A simple graph data structure that can be directed or undirected.
- 'nodeData: The type of data stored at each node
- 'edgeData: The type of data (usually weight) stored on each edge
Record fields
| Record Field |
Description
|
|
|