Skip to content
#

sssp

Here are 37 public repositories matching this topic...

A ~mvp~ Rust implementation of the DunMao et al breakthrough? deterministic algorithm for Single-Source Shortest Paths (SSSP) that breaks the O(m + n log n) sorting barrier on directed graphs. Based on the 2025 paper by Duan, Mao and collaborators from Tsinghua University.

  • Updated Aug 29, 2025
  • Rust

ssspx is a clean, typed, and tested implementation of a deterministic Single‑Source Shortest Paths solver for directed graphs with non‑negative weights. It follows a BMSSP‑style divide‑and‑conquer design (levels, FindPivots, bounded base case) and includes a switchable frontier, an optional constant‑outdegree transform.

  • Updated Apr 20, 2026
  • Python

A collection of sorting algorithms and data structures implemented in C++. Each algorithm and data structure comes with its own set of test cases to ensure correctness and robustness.

  • Updated Jan 10, 2025
  • C++

GPU-accelerated road network graph analytics pipeline — SSSP, 5-metric centrality analysis, and nx-cugraph backend methods, inspired by NVIDIA DLI. / NVIDIA DLI 학습 기반 GPU 가속 도로망 그래프 분석 파이프라인 — SSSP · 중심성 5종 · nx-cugraph 백엔드 3방식 구현.

  • Updated Apr 24, 2026
  • Python

Improve this page

Add a description, image, and links to the sssp 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 sssp topic, visit your repo's landing page and select "manage topics."

Learn more