Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 311 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 311 Bytes

A-Star

A* Algorithm implemented in Julia.

Examples

Demonstration of A* algorithm finding the optimal path from the green point to the red point in various grids and mazes defined in lib/maps.jl.

Map 1

M1

Map 2

M2

Map 3

M3