We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35136b3 commit f75fee8Copy full SHA for f75fee8
README.md
@@ -15,8 +15,8 @@ Single-Source Shortest Path (SSSP) implementation in modern C++ for 2022 IPDPS w
15
Before building this project, make sure your system/compiler supports **C++20** and **cmake**.
16
17
```bash
18
-git clone https://github.com/owensgroup/sssp.git
19
-cd sssp
+git clone https://github.com/gunrock/essentials-cpp.git
+cd essentials-cpp
20
mkdir build && cd build
21
cmake ..
22
make
@@ -36,4 +36,4 @@ Thank you for citing our work.
36
series = {GrAPL 2022},
37
month = may
38
}
39
-```
+```
0 commit comments