Skip to content

username1366/astar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

The Go language implementation of A* search algorithm

Installation

go install astar

Run with debug info

DEBUG=1 go run src/astar/astar.go

Just show me the result

go run src/astar/astar.go

To change input map you should edit m.Data slice

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages