package
1.0.46
Repository: https://github.com/rfliam/go-datastructures.git
Documentation: pkg.go.dev

# Functions

NewSimpleGraph creates and returns a SimpleGraph.

# Variables

ErrParallelEdge is returned when an operation tries to create a disallowed parallel edge.
ErrSelfLoop is returned when an operation tries to create a disallowed self loop.
ErrVertexNotFound is returned when an operation is requested on a non-existent vertex.

# Structs

SimpleGraph is a mutable, non-persistent undirected graph.