Skip to content

Commit 3886de9

Browse files
authored
Improved task 2038
1 parent a4f51ff commit 3886de9

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/g2001_2100/s2038_remove_colored_pieces_if_both_neighbors_are_the_same_color

1 file changed

+1
-1
lines changed

src/main/kotlin/g2001_2100/s2038_remove_colored_pieces_if_both_neighbors_are_the_same_color/Solution.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package g2001_2100.s2038_remove_colored_pieces_if_both_neighbors_are_the_same_color
22

33
// #Medium #String #Math #Greedy #Game_Theory
4-
// #2023_06_23_Time_251_ms_(22.22%)_Space_38.8_MB_(77.78%)
4+
// #2024_03_30_Time_216_ms_(74.36%)_Space_38.6_MB_(82.05%)
55

66
class Solution {
77
fun winnerOfGame(colors: String): Boolean {

0 commit comments

Comments
 (0)