astar

package
v0.0.0-...-71e6931 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AStar

func AStar(start, goal string, client ClientInterface) []string

Types

type ClientInterface

type ClientInterface interface {
	AllNeighbors(start string) []string
	EstimateDistance(start, end string) uint
	NeighborDistance(n1, n2 string) uint
	GoalReached(cand, goal string) bool
}

Jump to

Keyboard shortcuts

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