Nvnhan010599 / PathFinding_basic

Code for my graduate dissertation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Code for my graduate dissertation


Languages

Language:Python 100.0%