diff options
Diffstat (limited to '03-algorithms_on_graphs/01-decomposition/01-reachability/tests')
4 files changed, 12 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 diff --git a/03-algorithms_on_graphs/01-decomposition/01-reachability/tests/01.a b/03-algorithms_on_graphs/01-decomposition/01-reachability/tests/01.a new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/03-algorithms_on_graphs/01-decomposition/01-reachability/tests/01.a @@ -0,0 +1 @@ +1 diff --git a/03-algorithms_on_graphs/01-decomposition/01-reachability/tests/02 b/03-algorithms_on_graphs/01-decomposition/01-reachability/tests/02 new file mode 100644 index 0000000..e27d40b --- /dev/null +++ b/03-algorithms_on_graphs/01-decomposition/01-reachability/tests/02 @@ -0,0 +1,4 @@ +4 2 +1 2 +3 2 +1 4 diff --git a/03-algorithms_on_graphs/01-decomposition/01-reachability/tests/02.a b/03-algorithms_on_graphs/01-decomposition/01-reachability/tests/02.a new file mode 100644 index 0000000..573541a --- /dev/null +++ b/03-algorithms_on_graphs/01-decomposition/01-reachability/tests/02.a @@ -0,0 +1 @@ +0 |