Skip to content
#

contraction-hierarchies-algorithm

Here are 2 public repositories matching this topic...

Language: All
Filter by language

. implement Bidirectional Dijkstra and use it to compute distances in social networks very quickly; 2. implement A* search algorithm and apply it to compute distances in road networks faster than the classic algorithms do; 3. implement Contraction Hierarchies algorithm and apply it to preprocess large road networks and then compute distances in …

  • Updated Apr 27, 2021
  • C++

Improve this page

Add a description, image, and links to the contraction-hierarchies-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the contraction-hierarchies-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more