Skip to content

iasx/a-star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 14, 2023
87770f2 · Jul 14, 2023

History

2 Commits
Jul 14, 2023
Jul 14, 2023
Jul 14, 2023
Jul 14, 2023
Jul 14, 2023

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