Skip to content
#

sssp

Here are 43 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 Aug 31, 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 27, 2026
  • Python

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