Skip to content

Commit 644288e

Browse files
authored
Improved task 2751
1 parent 8302ae6 commit 644288e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/test/kotlin/g2701_2800/s2751_robot_collisions/SolutionTest.kt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,14 @@ internal class SolutionTest {
4747
)
4848
)
4949
}
50+
51+
@Test
52+
fun survivedRobotsHealths5() {
53+
assertThat(
54+
Solution().survivedRobotsHealths(intArrayOf(1, 40), intArrayOf(10, 11), "RL"),
55+
equalTo(
56+
listOf(10)
57+
)
58+
)
59+
}
5060
}

0 commit comments

Comments
 (0)