diff options
Diffstat (limited to 'challenge-093/abigail/t')
| -rw-r--r-- | challenge-093/abigail/t/input-1-1 | 2 | ||||
| -rw-r--r-- | challenge-093/abigail/t/input-1-2 | 2 | ||||
| -rw-r--r-- | challenge-093/abigail/t/input-2-1 | 5 | ||||
| -rw-r--r-- | challenge-093/abigail/t/input-2-2 | 5 | ||||
| -rw-r--r-- | challenge-093/abigail/t/output-1-1.exp | 3 | ||||
| -rw-r--r-- | challenge-093/abigail/t/output-1-2.exp | 3 | ||||
| -rw-r--r-- | challenge-093/abigail/t/output-2-1.exp | 2 | ||||
| -rw-r--r-- | challenge-093/abigail/t/output-2-2.exp | 2 |
8 files changed, 24 insertions, 0 deletions
diff --git a/challenge-093/abigail/t/input-1-1 b/challenge-093/abigail/t/input-1-1 new file mode 100644 index 0000000000..ea9dd73d30 --- /dev/null +++ b/challenge-093/abigail/t/input-1-1 @@ -0,0 +1,2 @@ +(1,1), (2,2), (3,3) +(1,1), (2,2), (3,1), (1,3), (5,3) diff --git a/challenge-093/abigail/t/input-1-2 b/challenge-093/abigail/t/input-1-2 new file mode 100644 index 0000000000..370fcecd44 --- /dev/null +++ b/challenge-093/abigail/t/input-1-2 @@ -0,0 +1,2 @@ +(4.1, 4.1), (4.2, 4.2), (4.3, 4.3) +(8.1, 5.1), (8.2, 5.2), (8.3, 5.1), (8.1, 5.3), (8.5, 5.3) diff --git a/challenge-093/abigail/t/input-2-1 b/challenge-093/abigail/t/input-2-1 new file mode 100644 index 0000000000..d3630d1698 --- /dev/null +++ b/challenge-093/abigail/t/input-2-1 @@ -0,0 +1,5 @@ + 1 + / + 2 + / \ + 3 4 diff --git a/challenge-093/abigail/t/input-2-2 b/challenge-093/abigail/t/input-2-2 new file mode 100644 index 0000000000..f153f6f962 --- /dev/null +++ b/challenge-093/abigail/t/input-2-2 @@ -0,0 +1,5 @@ + 1 + / \ + 2 3 + / / \ + 4 5 6 diff --git a/challenge-093/abigail/t/output-1-1.exp b/challenge-093/abigail/t/output-1-1.exp new file mode 100644 index 0000000000..c972e4075b --- /dev/null +++ b/challenge-093/abigail/t/output-1-1.exp @@ -0,0 +1,3 @@ +# Given Examples +3 +3 diff --git a/challenge-093/abigail/t/output-1-2.exp b/challenge-093/abigail/t/output-1-2.exp new file mode 100644 index 0000000000..e73a67cfe4 --- /dev/null +++ b/challenge-093/abigail/t/output-1-2.exp @@ -0,0 +1,3 @@ +# Given Examples, after scaling and translating +3 +3 diff --git a/challenge-093/abigail/t/output-2-1.exp b/challenge-093/abigail/t/output-2-1.exp new file mode 100644 index 0000000000..fb5508838d --- /dev/null +++ b/challenge-093/abigail/t/output-2-1.exp @@ -0,0 +1,2 @@ +# First given example +13 diff --git a/challenge-093/abigail/t/output-2-2.exp b/challenge-093/abigail/t/output-2-2.exp new file mode 100644 index 0000000000..6909cff9cc --- /dev/null +++ b/challenge-093/abigail/t/output-2-2.exp @@ -0,0 +1,2 @@ +# Second given example +26 |
