.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
docs/Makefile
docs/requirements.txt
docs/source/api.md
docs/source/conf.py
docs/source/contributing.md
docs/source/index.md
docs/source/installation.md
docs/source/quickstart.md
docs/source/assets/dijkstra_benchmark_comparison.png
scripts/README_benchmark_os.md
scripts/bellman_ford_dimacs.py
scripts/benchmark_comparison_os.py
scripts/benchmark_dimacs_USA_linux.json
scripts/benchmark_dimacs_USA_windows.json
scripts/compare_bellman_ford_scipy.py
scripts/compare_dijkstra_scipy.py
scripts/dijkstra_dimacs.py
scripts/plot_benchmark_comparison.py
scripts/requirements_linux.txt
scripts/requirements_windows.txt
src/edsger/.gitignore
src/edsger/__init__.py
src/edsger/_version.py
src/edsger/bellman_ford.c
src/edsger/bellman_ford.pyx
src/edsger/commons.c
src/edsger/commons.pxd
src/edsger/commons.pyx
src/edsger/dijkstra.c
src/edsger/dijkstra.pyx
src/edsger/networks.py
src/edsger/path.py
src/edsger/path_tracking.c
src/edsger/path_tracking.pyx
src/edsger/pq_4ary_dec_0b.c
src/edsger/pq_4ary_dec_0b.pxd
src/edsger/pq_4ary_dec_0b.pyx
src/edsger/prefetch_compat.h
src/edsger/spiess_florian.c
src/edsger/spiess_florian.pyx
src/edsger/star.c
src/edsger/star.pyx
src/edsger/utils.py
src/edsger.egg-info/PKG-INFO
src/edsger.egg-info/SOURCES.txt
src/edsger.egg-info/dependency_links.txt
src/edsger.egg-info/not-zip-safe
src/edsger.egg-info/requires.txt
src/edsger.egg-info/top_level.txt
tests/test_bellman_ford.py
tests/test_dijkstra.py
tests/test_path.py
tests/test_path_tracking.py
tests/test_pq_4ary_dec_0b.py
tests/test_spiess_florian.py