Skip to content

Commit 339d8d9

Browse files
committed
More Test for Tie Breaking
1 parent f086963 commit 339d8d9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ int input6_1[TEST_SIZE][11] = {
139139
{20, 200, 5, 2, 3, 25, 5, 2, 3, 25, 5},
140140
{7, 6, 5, 4, 3, 2, 1, 4, 3, 2, 1},
141141
{20, 200, 5, 2, 3, 25, 5, 2, 3, 25, 5},
142-
{38, 6, 1, 90, 12, 50, 54, 17, 20, 4, 45 }
142+
{8, -24, -29, 60, -18, 20, 24, -13, -10, -26, 15 }
143143
};
144144

145145
int input6_2[TEST_SIZE][3] = {
@@ -149,7 +149,7 @@ int input6_2[TEST_SIZE][3] = {
149149
{5, 3, 5},
150150
{0, 0, 0},
151151
{0, 0, 25},
152-
{17, 11, 4}
152+
{-13, -19, -26}
153153
};
154154

155155

@@ -196,7 +196,7 @@ int expected_output6[TEST_SIZE][11] = {
196196
{2, 20, 25, 200},
197197
{1, 2, 3, 4, 5, 6, 7},
198198
{2, 3, 5, 20, 200},
199-
{1, 6, 12, 20, 38, 45, 50, 54, 90}
199+
{-29, -24, -18, -10, 8, 15, 20, 24, 60}
200200
};
201201

202202

0 commit comments

Comments
 (0)