diff options
author | Franklin Wei <me@fwei.tk> | 2018-11-13 21:58:04 -0500 |
---|---|---|
committer | Franklin Wei <me@fwei.tk> | 2018-11-13 21:58:04 -0500 |
commit | b97a0da3585a601d2d4b776806305b581ba93502 (patch) | |
tree | c4b969d055cf41a501738a6a5afb0dcbafc26b94 | |
parent | efc8fd8276ccb7ca0e7d273a7e95e2d0b2ef97ae (diff) | |
download | circgraph-b97a0da3585a601d2d4b776806305b581ba93502.zip circgraph-b97a0da3585a601d2d4b776806305b581ba93502.tar.gz circgraph-b97a0da3585a601d2d4b776806305b581ba93502.tar.bz2 circgraph-b97a0da3585a601d2d4b776806305b581ba93502.tar.xz |
Add a new test case
Algorithm currently fails because it doesn't know to terminate.
-rw-r--r-- | test9.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test9.txt b/test9.txt new file mode 100644 index 0000000..a8ec4a0 --- /dev/null +++ b/test9.txt @@ -0,0 +1,12 @@ +1 2 +1 2 1 +2 8 1 +4 8 1 +1 2 1 +6 2 1 +2 6 1 +6 3 1 +1 7 1 +6 1 1 +2 5 1 +8 2 1 |