Skip to content

Commit 87bdc34

Browse files
Add GitHub badges for stars and forks
Added GitHub stars and forks badges to README.
1 parent 34ae726 commit 87bdc34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# ssspx — Production‑grade Single‑Source Shortest Paths (Python)
22

33
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.0000000.svg)](https://doi.org/10.5281/zenodo.0000000)
4+
<!-- GitHub stars/forks -->
5+
[![GitHub stars](https://img.shields.io/github/stars/diogoribeiro7/bmssp.svg?style=social)](https://github.com/diogoribeiro7/bmssp/stargazers)
6+
[![GitHub forks](https://img.shields.io/github/forks/diogoribeiro7/bmssp.svg?style=social)](https://github.com/diogoribeiro7/bmssp/network/members)
47

58
`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, a CLI, exports, and a small benchmark harness.
69

0 commit comments

Comments
 (0)