Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 309 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 309 Bytes

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