Skip to content

D-hash/ShortestBeerDistanceQueries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ShortestBeerDistance

This is the implementation of BUILD-WHL algorithm presented in "Scalable Graph Indexing for Faster Shortest Beer Path Queries" accepted at the 24th Symposium on Algorithmic Approaches for Transportation Modelling, Optimization, and Systems (ATMOS 2024). Given a weighted beer graph G=(V,E), it computes a weighted Highway Labeling of G that is exploited at runtime to answer beer distance queries by an ad-hoc query algorithm.

The code extends the implementation of Farhan https://github.com/mufarhan/highway_labelling

The current implementation requires Networkit library https://github.com/networkit/networkit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages