diff options
Diffstat (limited to 'benchmarks/CUDA/BFS/data/SampleGraph.txt')
| -rw-r--r-- | benchmarks/CUDA/BFS/data/SampleGraph.txt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/benchmarks/CUDA/BFS/data/SampleGraph.txt b/benchmarks/CUDA/BFS/data/SampleGraph.txt new file mode 100644 index 0000000..af3acd8 --- /dev/null +++ b/benchmarks/CUDA/BFS/data/SampleGraph.txt @@ -0,0 +1,31 @@ +6
+0 3
+3 3
+6 4
+10 3
+13 4
+17 3
+
+0
+
+20
+1 1
+3 6
+4 20
+0 1
+2 7
+4 2
+1 7
+3 10
+4 3
+5 4
+0 6
+2 10
+5 5
+0 20
+1 2
+2 3
+5 1
+2 4
+3 5
+4 1
|
