package
Version:
v0.0.0-...-07010e4
Opens a new window with list of versions in this module.
Published: Dec 15, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Graph[T any] interface {
Nodes() []T
Equal(t1, t2 T) bool
AreNeighbours(t1, t2 T) bool
DistanceBetween(t1, t2 T) float64
}
type Path[T any] struct {
Nodes []T
Distance float64
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.