//
pkg.gl
Category
github.com/buts00/Graph
internal
app
graph
algorithms
package
0.0.0-20240522130332-e295c89d4eb6
Repository:
https://github.com/buts00/graph.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
175 SLOC
#
Functions
NewDijkstra
NewDijkstra initializes a new instance of Dijkstra.
NewMST
NewMST initializes a new instance of MST.
#
Structs
Dijkstra
Dijkstra struct represents the Dijkstra algorithm.
MST
MST represents the Minimum Spanning Tree algorithm.
Pair
Pair represents a weighted edge in the graph.