Skip to content

iasx/a-star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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