Class Solution
- java.lang.Object
-
- s0010_regular_expression_matching.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 boolean
isMatch(String s, String p)
boolean
isMatch(String s, String p, int i, int j)
-