I think the implementation is correct but still not giving any output. Can you please check?
LCS with 3 strings
Hey @div_yanshu07
Updated your code and mentioned the changes in comments : https://ide.codingblocks.com/s/358424
If this resolves your query then please mark it as resolved
Can you please tell me why you have initialized dp[0][0][0] as 1??
Oh sorry my bad ,remove that.