no output is coming what i am doing wrong?
ide–>https://ide.codingblocks.com/s/192704
Print lcs problem
@mikkyimran
I have fixed your code. Please look into the changes and how I have calculated the LCS. i.e by back tracing the dp matrix.
@mikkyimran
I have fixed your code. Please look into the changes and how I have calculated the LCS. i.e by back tracing the dp matrix.