Skip to content

Commit 2bf90a4

Browse files
authored
Update Solution.kt
1 parent bf7a8e9 commit 2bf90a4

File tree

1 file changed

+1
-0
lines changed
  • src/main/kotlin/g0401_0500/s0402_remove_k_digits

1 file changed

+1
-0
lines changed

src/main/kotlin/g0401_0500/s0402_remove_k_digits/Solution.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package g0401_0500.s0402_remove_k_digits
33
// #Medium #String #Greedy #Stack #Monotonic_Stack
44
// #2022_12_01_Time_375_ms_(75.00%)_Space_42.8_MB_(66.67%)
55

6+
@Suppress("NAME_SHADOWING")
67
class Solution {
78
fun removeKdigits(num: String, k: Int): String {
89
var k = k

0 commit comments

Comments
 (0)