Skip to content

AndanteKim/Astar_algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A star algorithm (A*)

A* algorithm is an core algorithm how navigation sensor such as Google maps finds the shortest path with minimum cost. It is significant for self-driving car to drive a destination efficiently.

How to run and see how it works?

  1. Clone this repository and open Jupyter Notebook in your local machine. Make sure the repository folder should be located correctly, so that Jupyter Notebook can recognize it.
  2. Open project_notebook.ipynb and run cells from the beginning to end.

Update (2024-08-18)

You could see also its derived application named route planner with C++. (https://github.com/AndanteKim/CppND-Route-Planning-Project)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published