summaryrefslogtreecommitdiffstats
path: root/03-algorithms_on_graphs/01-decomposition/01-reachability/tests/01
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-11-13 22:42:01 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2016-11-13 22:42:01 +0100
commit8072707be54edbbf6add3f53e682199679c33398 (patch)
tree796b79077d3849e36e8dcfd3bf9cdd2c018b3887 /03-algorithms_on_graphs/01-decomposition/01-reachability/tests/01
parentc64d8fdb9016263b82207d265def04589fb6f22b (diff)
downloadcoursera-8072707be54edbbf6add3f53e682199679c33398.zip
coursera-8072707be54edbbf6add3f53e682199679c33398.tar.gz
Algorithms : add 03-algorithms_on_graphs 01-decomposition
Diffstat (limited to '03-algorithms_on_graphs/01-decomposition/01-reachability/tests/01')
-rw-r--r--03-algorithms_on_graphs/01-decomposition/01-reachability/tests/016
1 files changed, 6 insertions, 0 deletions
diff --git a/03-algorithms_on_graphs/01-decomposition/01-reachability/tests/01 b/03-algorithms_on_graphs/01-decomposition/01-reachability/tests/01
new file mode 100644
index 0000000..d7bb894
--- /dev/null
+++ b/03-algorithms_on_graphs/01-decomposition/01-reachability/tests/01
@@ -0,0 +1,6 @@
+4 4
+1 2
+3 2
+4 3
+1 4
+1 4