graph

package
v0.2.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 28, 2023 License: MulanPSL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DiGraph

type DiGraph[V comparable, E any, W any] struct {
	Weight    func(E) W
	AddWeight func(W, W) W
	// contains filtered or unexported fields
}

Directed graph

type Edge

type Edge[E any, W any] struct {
	// contains filtered or unexported fields
}

type Route

type Route[W any] struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL