pathfinding

package
v0.0.0-...-bf7c6ad Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AStar

func AStar(graph Graph) []any

func Bfs

func Bfs(graph Graph) []any

Types

type Graph

type Graph interface {
	GetStart() any
	IsEnd(position any) bool
	Neighbors(position any) []any
	Cost(position1, position2 any) int
	Heuristic(position any) int
}

Jump to

Keyboard shortcuts

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