SarthakKeshari / Java-Questions-and-Solutions

This repository aims to solve and create new problems from different spheres of coding. A path to help students to get access to solutions and discuss their doubts.
MIT License
47 stars 98 forks source link

Add Longest Common Subsquence #Issue 259 #425

Closed lobachaos closed 2 years ago

lobachaos commented 2 years ago

Issue Id you have worked upon -

Issue id : 259

259

Briefly explain your program logic -

To find all possibilities we need to establish a matrix 2x2 from the theory of permutation and combination and compare both strings in the parameter

Screenshots(Attach 2 screenshots of your own input and output) -

Attach here

github github2


Checklist:

Eg - If your code follow the below guidelines. Kindly change [] to [x]

All the conditions should be fulfilled for considering your code for merging -

lobachaos commented 2 years ago

I'm just commit the changes , it's all right?