LCS with 3 strings

I think the implementation is correct but still not giving any output. Can you please check?

Hey @div_yanshu07
Updated your code and mentioned the changes in comments : https://ide.codingblocks.com/s/358424 :slight_smile:
If this resolves your query then please mark it as resolved :slight_smile:

Can you please tell me why you have initialized dp[0][0][0] as 1??

Oh sorry my bad ,remove that. :sweat_smile: