structures

package module
v0.0.0-...-d456db9 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2021 License: MIT Imports: 0 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Graph_t

type Graph_t struct {
	V        []Node_t
	Matrix   [][]int
	Start    int
	Goal     int
	Directed bool
}

type Node_t

type Node_t struct {
	Name string
	H    int
}

type Path_t

type Path_t struct {
	Cost       int
	Length     int
	Node_names []string
	Node_ids   []int
}

Jump to

Keyboard shortcuts

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