avatar
TSC EB1A 485 approved, RD 5/18# Immigration - 落地生根
b*g
1
public class Solution {
public boolean isMatch(String s, String p) {
// Start typing your Java solution below
// DO NOT write main() function
if(s == null || p == null) return false;
int m = s.length(), n = p.length();
boolean[][] match = new boolean[m + 1][n + 1];
match[0][0] = true;
for(int i = 1; i <= m; i++){
match[i][0] = false;
}
for(int j = 1; j <= n; j++){
if(p.charAt(j - 1) == '*'){
match[0][j] = match[0][j - 2];
}else{
match[0][j] = false;
}
}

for(int i = 1; i <= m; i++){
for(int j = 1; j <= n; j++){
if(p.charAt(j - 1) == '*'){
match[i][j] |= match[i][j - 2];
if(s.charAt(i - 1) == p.charAt(j - 2) || p.charAt(j - 2)
== '.'){
match[i][j] |= match[i - 1][j];
}
}else{
match[i][j] = ((s.charAt(i - 1) == p.charAt(j - 1) || p.
charAt(j - 1) == '.') && match[i - 1][j - 1]);
}
}
}

return match[m][n];
}
}
avatar
g*g
2
Just got the message of status change, then checked email, it is "production
of new card"
RD 5/18
FP NOTICE ~5/30
FP 6/13 (Walk-in)
EAD/AP 6/14
PD 8/11
Hope everyone wait with patience and peace in heart and get the green card
soon. God bless~
avatar
l*n
3
Cong

production

【在 g**g 的大作中提到】
: Just got the message of status change, then checked email, it is "production
: of new card"
: RD 5/18
: FP NOTICE ~5/30
: FP 6/13 (Walk-in)
: EAD/AP 6/14
: PD 8/11
: Hope everyone wait with patience and peace in heart and get the green card
: soon. God bless~

avatar
b*e
4
cong

production

【在 g**g 的大作中提到】
: Just got the message of status change, then checked email, it is "production
: of new card"
: RD 5/18
: FP NOTICE ~5/30
: FP 6/13 (Walk-in)
: EAD/AP 6/14
: PD 8/11
: Hope everyone wait with patience and peace in heart and get the green card
: soon. God bless~

avatar
m*u
5
cong
avatar
o*e
6
cong!
avatar
v*c
7
cong! baozi :)
avatar
w*s
8
大潮来了!!!
avatar
j*3
9
cong!

production

【在 g**g 的大作中提到】
: Just got the message of status change, then checked email, it is "production
: of new card"
: RD 5/18
: FP NOTICE ~5/30
: FP 6/13 (Walk-in)
: EAD/AP 6/14
: PD 8/11
: Hope everyone wait with patience and peace in heart and get the green card
: soon. God bless~

avatar
j*t
10
恭喜恭喜!
avatar
c0
11
congrats, baozi
avatar
j*l
12
CONG!
avatar
j*z
13
cong

【在 j**l 的大作中提到】
: CONG!
avatar
s*a
14
baozi
avatar
L*M
15
gxgx!
avatar
s*y
16
恭喜
沾喜气
希望 绿潮汹涌
avatar
e*r
17
Cong! We got 485 card production in the same day!

production

【在 g**g 的大作中提到】
: Just got the message of status change, then checked email, it is "production
: of new card"
: RD 5/18
: FP NOTICE ~5/30
: FP 6/13 (Walk-in)
: EAD/AP 6/14
: PD 8/11
: Hope everyone wait with patience and peace in heart and get the green card
: soon. God bless~

avatar
A*n
18
cong!

production

【在 g**g 的大作中提到】
: Just got the message of status change, then checked email, it is "production
: of new card"
: RD 5/18
: FP NOTICE ~5/30
: FP 6/13 (Walk-in)
: EAD/AP 6/14
: PD 8/11
: Hope everyone wait with patience and peace in heart and get the green card
: soon. God bless~

avatar
y*7
19
Cong
avatar
q*e
20
祝贺!

production

【在 g**g 的大作中提到】
: Just got the message of status change, then checked email, it is "production
: of new card"
: RD 5/18
: FP NOTICE ~5/30
: FP 6/13 (Walk-in)
: EAD/AP 6/14
: PD 8/11
: Hope everyone wait with patience and peace in heart and get the green card
: soon. God bless~

avatar
f*r
21
cong

production

【在 g**g 的大作中提到】
: Just got the message of status change, then checked email, it is "production
: of new card"
: RD 5/18
: FP NOTICE ~5/30
: FP 6/13 (Walk-in)
: EAD/AP 6/14
: PD 8/11
: Hope everyone wait with patience and peace in heart and get the green card
: soon. God bless~

avatar
h*7
22
cong.
avatar
I*V
23
gxgx
avatar
C*y
24
cong
avatar
z*b
25
cong

production

【在 g**g 的大作中提到】
: Just got the message of status change, then checked email, it is "production
: of new card"
: RD 5/18
: FP NOTICE ~5/30
: FP 6/13 (Walk-in)
: EAD/AP 6/14
: PD 8/11
: Hope everyone wait with patience and peace in heart and get the green card
: soon. God bless~

avatar
w*y
26
big cong!!!!
avatar
c*9
27
恭喜楼主
avatar
a*o
28
cong zhan

production

【在 g**g 的大作中提到】
: Just got the message of status change, then checked email, it is "production
: of new card"
: RD 5/18
: FP NOTICE ~5/30
: FP 6/13 (Walk-in)
: EAD/AP 6/14
: PD 8/11
: Hope everyone wait with patience and peace in heart and get the green card
: soon. God bless~

avatar
L*M
29
gxgx!
avatar
o2
30
cong, baozi
avatar
c*t
31
cong

production

【在 g**g 的大作中提到】
: Just got the message of status change, then checked email, it is "production
: of new card"
: RD 5/18
: FP NOTICE ~5/30
: FP 6/13 (Walk-in)
: EAD/AP 6/14
: PD 8/11
: Hope everyone wait with patience and peace in heart and get the green card
: soon. God bless~

avatar
j*2
32
cong!
avatar
S*R
33
恭喜!
avatar
x*0
34
恭喜,沾喜气。

production

【在 g**g 的大作中提到】
: Just got the message of status change, then checked email, it is "production
: of new card"
: RD 5/18
: FP NOTICE ~5/30
: FP 6/13 (Walk-in)
: EAD/AP 6/14
: PD 8/11
: Hope everyone wait with patience and peace in heart and get the green card
: soon. God bless~

avatar
n*e
35
BIG CONG
avatar
c*8
36
恭喜恭喜!
avatar
p*p
37
big cong!
avatar
l*7
38
恭喜~!

production

【在 g**g 的大作中提到】
: Just got the message of status change, then checked email, it is "production
: of new card"
: RD 5/18
: FP NOTICE ~5/30
: FP 6/13 (Walk-in)
: EAD/AP 6/14
: PD 8/11
: Hope everyone wait with patience and peace in heart and get the green card
: soon. God bless~

avatar
h*h
39
Cong!
avatar
k*e
40
big cong
avatar
c*n
41
cong
avatar
K*N
42
gxgx
avatar
g*1
43
cong

production

【在 g**g 的大作中提到】
: Just got the message of status change, then checked email, it is "production
: of new card"
: RD 5/18
: FP NOTICE ~5/30
: FP 6/13 (Walk-in)
: EAD/AP 6/14
: PD 8/11
: Hope everyone wait with patience and peace in heart and get the green card
: soon. God bless~

avatar
w*d
44
cong

production

【在 g**g 的大作中提到】
: Just got the message of status change, then checked email, it is "production
: of new card"
: RD 5/18
: FP NOTICE ~5/30
: FP 6/13 (Walk-in)
: EAD/AP 6/14
: PD 8/11
: Hope everyone wait with patience and peace in heart and get the green card
: soon. God bless~

avatar
c*n
45
cong
avatar
o*e
46
cong

production

【在 g**g 的大作中提到】
: Just got the message of status change, then checked email, it is "production
: of new card"
: RD 5/18
: FP NOTICE ~5/30
: FP 6/13 (Walk-in)
: EAD/AP 6/14
: PD 8/11
: Hope everyone wait with patience and peace in heart and get the green card
: soon. God bless~

avatar
s*r
47
cong
avatar
i*n
48
恭喜!!!
avatar
y*5
49
gxgx
avatar
s*a
50
cong

production

【在 g**g 的大作中提到】
: Just got the message of status change, then checked email, it is "production
: of new card"
: RD 5/18
: FP NOTICE ~5/30
: FP 6/13 (Walk-in)
: EAD/AP 6/14
: PD 8/11
: Hope everyone wait with patience and peace in heart and get the green card
: soon. God bless~

avatar
g*1
51
cong

production

【在 g**g 的大作中提到】
: Just got the message of status change, then checked email, it is "production
: of new card"
: RD 5/18
: FP NOTICE ~5/30
: FP 6/13 (Walk-in)
: EAD/AP 6/14
: PD 8/11
: Hope everyone wait with patience and peace in heart and get the green card
: soon. God bless~

avatar
n*e
52
gxgx!
avatar
z*y
53
恭喜
avatar
c*e
54
cong
avatar
S*8
55
gxgx!
avatar
w*c
56
cong
avatar
f*g
57
恭喜
沾喜气
avatar
x*0
58
恭喜恭喜

production

【在 g**g 的大作中提到】
: Just got the message of status change, then checked email, it is "production
: of new card"
: RD 5/18
: FP NOTICE ~5/30
: FP 6/13 (Walk-in)
: EAD/AP 6/14
: PD 8/11
: Hope everyone wait with patience and peace in heart and get the green card
: soon. God bless~

avatar
b*e
59
cong

production

【在 g**g 的大作中提到】
: Just got the message of status change, then checked email, it is "production
: of new card"
: RD 5/18
: FP NOTICE ~5/30
: FP 6/13 (Walk-in)
: EAD/AP 6/14
: PD 8/11
: Hope everyone wait with patience and peace in heart and get the green card
: soon. God bless~

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。