Lazeeez / HacktoberFest-21

A mentorship initiative to help beginners kickstarting their open-source journey by completing Hacktoberfest'21 challenge | Curated list of beginner-friendly issues for Hacktoberfest 2021 | Raise PR to add your issues
MIT License
26 stars 73 forks source link

Created Longest Common Subsequence program in C++ #59

Closed bridyash13 closed 3 years ago

bridyash13 commented 3 years ago

Added a simple program in C++ to find common subsequence between two strings. I would be glad if you merged this.