Categorygithub.com/joetifa2003/graph-go
modulepackage
0.2.1
Repository: https://github.com/joetifa2003/graph-go.git
Documentation: pkg.go.dev

# README

graph-go

A simple generic graph library for golang (shortest path)

Work in progress 🚧

Installation

go get github.com/joetifa2003/graph-go

# Functions

No description provided by the author

# Structs

Graph contains all the nodes and edges where K is the key type and T is the node type.
No description provided by the author