Skip to content

dpsommer/shortest-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Faster Shortest Paths

Python implementation of the single-source shortest-path algorithm defined in Breaking the Sorting Barrier for Directed Single-Source Shortest Paths (Duan et al, 2025). Requires a networkx graph input.

The algorithm is theoretically faster than an optimized Dijkstra's, generalized to directed and undirected graphs.

Note

This project is an unoptimized work-in-progress for my own edification, testing, and benchmarking.

About

Implementation of subgraph iteration single-source shortest path algorithm described in https://arxiv.org/pdf/2504.17033

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages