diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2016-11-13 23:04:04 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2016-11-13 23:04:04 +0100 |
commit | ce845d792479e9c153274c2ad5a199a7f7c17a41 (patch) | |
tree | 8b4507e882ad164e7397e8ec19858b6456fa017b /03-algorithms_on_graphs/02-decomposition/01-acyclicity/tests | |
parent | 8b1d89f99eacc097d354b0f5564c6654b84510e8 (diff) | |
download | coursera-ce845d792479e9c153274c2ad5a199a7f7c17a41.zip coursera-ce845d792479e9c153274c2ad5a199a7f7c17a41.tar.gz |
Algorithms : add 03-algorithms_on_graphs 02-decomposition
Diffstat (limited to '03-algorithms_on_graphs/02-decomposition/01-acyclicity/tests')
4 files changed, 15 insertions, 0 deletions
diff --git a/03-algorithms_on_graphs/02-decomposition/01-acyclicity/tests/01 b/03-algorithms_on_graphs/02-decomposition/01-acyclicity/tests/01 new file mode 100644 index 0000000..010643f --- /dev/null +++ b/03-algorithms_on_graphs/02-decomposition/01-acyclicity/tests/01 @@ -0,0 +1,5 @@ +4 4 +1 2 +4 1 +2 3 +3 1 diff --git a/03-algorithms_on_graphs/02-decomposition/01-acyclicity/tests/01.a b/03-algorithms_on_graphs/02-decomposition/01-acyclicity/tests/01.a new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/03-algorithms_on_graphs/02-decomposition/01-acyclicity/tests/01.a @@ -0,0 +1 @@ +1 diff --git a/03-algorithms_on_graphs/02-decomposition/01-acyclicity/tests/02 b/03-algorithms_on_graphs/02-decomposition/01-acyclicity/tests/02 new file mode 100644 index 0000000..a65b977 --- /dev/null +++ b/03-algorithms_on_graphs/02-decomposition/01-acyclicity/tests/02 @@ -0,0 +1,8 @@ +5 7 +1 2 +2 3 +1 3 +3 4 +1 4 +2 5 +3 5 diff --git a/03-algorithms_on_graphs/02-decomposition/01-acyclicity/tests/02.a b/03-algorithms_on_graphs/02-decomposition/01-acyclicity/tests/02.a new file mode 100644 index 0000000..573541a --- /dev/null +++ b/03-algorithms_on_graphs/02-decomposition/01-acyclicity/tests/02.a @@ -0,0 +1 @@ +0 |