/PathFinding_basic

Code for my graduate dissertation

Primary LanguagePython

PathFinding_basic

Code for my graduate dissertation

Path finding using Dijkstra and A* algorithm

by Nguyen Van Nhan

(?) How to run code :

  • for A* algorithm code :

$ python main_A_star.py

and we the result look like

a_star_gif

pic_0

  • for Dijkstra algorithm code :

$ python main_dijkstra.py

dijk_gif

pic_1