Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 824 Bytes

README-ASTAR.md

File metadata and controls

11 lines (8 loc) · 824 Bytes

Open ../astar_example/Paths_in_grids.html in your browser

The example test environment is a grid where one can choose the grid size, and the start, goal and invalid locations. Once the grid system is set up, a shortest path is found using A*. Heuristic is the Manhattan distance to the goal.

FILES: Paths_in_grids.js: the code for setting up the A* problem and implementations of functions used by AStar.js AStar.js: the algorithm code Sets.js: we needed an implementation of sets for the algorithm Paths_in_grids.css&.html: the web code