Skip to content

christianwbsn/a-star-shortest-path-with-google-maps-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A* Shortest Path with Google Maps API

Requirements

  • Python 3.5
  • Flask 0.12

Installation

pip install flask
export FLASK_APP=hello.py

Running

cd /path/to/repo
cd backend
flask run

About

Implementation of path finding problem using A* algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published