We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe5b2e5 commit 457081dCopy full SHA for 457081d
src/main/kotlin/g0401_0500/s0434_number_of_segments_in_a_string/Solution.kt
@@ -2,6 +2,7 @@ package g0401_0500.s0434_number_of_segments_in_a_string
2
3
// #Easy #String #2022_12_22_Time_167_ms_(80.00%)_Space_35.4_MB_(46.67%)
4
5
+@Suppress("NAME_SHADOWING")
6
class Solution {
7
fun countSegments(s: String): Int {
8
var s = s
0 commit comments