Skip to content

A* (pronounced "A star") is a computer algorithm used in pathfinding and graph traversal. This repository is an implementation of this algorithm in Python.

Notifications You must be signed in to change notification settings

cecilepov/resource-assignment-pb-astar-algorithm

 
 

Repository files navigation

Resource assignment problem using A* algorithm

A* (pronounced "A star") is a computer algorithm used in pathfinding and graph traversal.
This repository is an implementation of this algorithm in Python: we implemented several heuristics and evaluate their relevance and performance.

For a better rendering, please use the notebook file (.ipynb) in priority.

Team members:

  • Barbosa Vaz Vincent
  • Cécile Pov

Academic year : 2017-2018

About

A* (pronounced "A star") is a computer algorithm used in pathfinding and graph traversal. This repository is an implementation of this algorithm in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 79.9%
  • Jupyter Notebook 20.1%