Class Solution
- java.lang.Object
-
- g1701_1800.s1784_check_if_binary_string_has_at_most_one_segment_of_ones.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
-
-
Method Detail
-
checkOnesSegment
public boolean checkOnesSegment(String s)
-
-