diff options
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/01 | 6 |
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 |