package
0.0.0-20240522130332-e295c89d4eb6
Repository: https://github.com/buts00/graph.git
Documentation: pkg.go.dev

# Functions

NewDijkstra initializes a new instance of Dijkstra.
NewMST initializes a new instance of MST.

# Structs

Dijkstra struct represents the Dijkstra algorithm.
MST represents the Minimum Spanning Tree algorithm.
Pair represents a weighted edge in the graph.