astar

package module
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2024 License: MIT Imports: 1 Imported by: 0

README

astar

The A* search algorithm, implemented in Go.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Turtle

type Turtle interface {
	EstimatedDistanceToTarget() float64
	StepCost() float64
	AdjacentPositions() []Turtle
	Hash() string
}

func SearchFrom

func SearchFrom(start Turtle) (path []Turtle, found bool)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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