Skip to content

Commit f086963

Browse files
committed
More Test for Tie Breaking
1 parent 6a1abd3 commit f086963

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ int input6_2[TEST_SIZE][3] = {
149149
{5, 3, 5},
150150
{0, 0, 0},
151151
{0, 0, 25},
152-
{4, 11, 45}
152+
{17, 11, 4}
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, 17, 20, 38, 50, 54, 90}
199+
{1, 6, 12, 20, 38, 45, 50, 54, 90}
200200
};
201201

202202

0 commit comments

Comments
 (0)