However hard I try I can't use the master theorem to solve this relation. Is there a way to do this. Any other ideas?
T(n,m) = T(n-1,m)+T(n,m-1)+1
However hard I try I can't use the master theorem to solve this relation. Is there a way to do this. Any other ideas?
T(n,m) = T(n-1,m)+T(n,m-1)+1