summaryrefslogtreecommitdiff
path: root/benchmarks/CUDA/BFS/data/SampleGraph.txt
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/CUDA/BFS/data/SampleGraph.txt')
-rw-r--r--benchmarks/CUDA/BFS/data/SampleGraph.txt31
1 files changed, 0 insertions, 31 deletions
diff --git a/benchmarks/CUDA/BFS/data/SampleGraph.txt b/benchmarks/CUDA/BFS/data/SampleGraph.txt
deleted file mode 100644
index af3acd8..0000000
--- a/benchmarks/CUDA/BFS/data/SampleGraph.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-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