package
0.99.1
Repository: https://github.com/ops-class/test161.git
Documentation: pkg.go.dev

# Functions

Create a new graph consisting of a set of nodes with no edges.

# Structs

Our Graph type consists of only a map of Nodes, indexed by strings.
A Node of a directed graph, with incoming and outgoing edges.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author