You are viewing a single comment's thread. Return to all comments →
Why do you need:
m[i+1][j-1]
in
m[i+1][j+1]=max(m[i][j]+1,m[i+1][j-1])
part?
Seems like cookies are disabled on this browser, please enable them to open this website
Common Child
You are viewing a single comment's thread. Return to all comments →
Why do you need:
m[i+1][j-1]in
m[i+1][j+1]=max(m[i][j]+1,m[i+1][j-1])part?