Class Solution
- java.lang.Object
-
- g0701_0800.s0744_find_smallest_letter_greater_than_target.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char
nextGreatestLetter(char[] letters, char target)
-