# 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