trekhleb / javascript-algorithms

📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
MIT License
185.13k stars 29.86k forks source link

Suggested an additional LCS #974

Open letscode-17 opened 1 year ago

letscode-17 commented 1 year ago

I've added a new resource to this repository that I feel would be helpful for learners and this problem is solved using a dynamic programming approach.