We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f51ff commit 3886de9Copy full SHA for 3886de9
src/main/kotlin/g2001_2100/s2038_remove_colored_pieces_if_both_neighbors_are_the_same_color/Solution.kt
@@ -1,7 +1,7 @@
1
package g2001_2100.s2038_remove_colored_pieces_if_both_neighbors_are_the_same_color
2
3
// #Medium #String #Math #Greedy #Game_Theory
4
-// #2023_06_23_Time_251_ms_(22.22%)_Space_38.8_MB_(77.78%)
+// #2024_03_30_Time_216_ms_(74.36%)_Space_38.6_MB_(82.05%)
5
6
class Solution {
7
fun winnerOfGame(colors: String): Boolean {
0 commit comments